colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "mustard-yellow-vs-chrome-yellow",
"type": "nearest",
"name": "Mustard Yellow vs Chrome Yellow",
"verdict": "Mustard Yellow and Chrome Yellow are visually related colors. Chrome Yellow is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.06:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Mustard Yellow and Chrome Yellow are different yellow and orange colors with HEX values #E1AD01 and #FFA700. According to Colors Encyclopedia, their RGB distance is 30.6, their contrast ratio is 1.06:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 30.6,
"contrastRatio": 1.06,
"colors": [
{
"slug": "mustard-yellow",
"name": "Mustard Yellow",
"hex": "#E1AD01",
"rgb": [
225,
173,
1
],
"hsl": [
46,
99,
44
],
"cmyk": [
0,
23,
100,
12
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.459,
"contrast": {
"black": 10.18,
"white": 2.06
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 10.18
},
"description": "Mustard Yellow is #E1AD01, a warm yellow color with vibrant character. Compared with Chrome Yellow, it is darker and less saturated. Use it for highlight colors, editorial accents, and warm backgrounds, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/mustard-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/mustard-yellow.json"
},
{
"slug": "chrome-yellow",
"name": "Chrome Yellow",
"hex": "#FFA700",
"rgb": [
255,
167,
0
],
"hsl": [
39,
100,
50
],
"cmyk": [
0,
35,
100,
0
],
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.489,
"contrast": {
"black": 10.78,
"white": 1.95
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 10.78
},
"description": "Chrome Yellow is #FFA700, a warm orange color with vibrant character. Compared with Mustard Yellow, it is lighter and more saturated. Use it for historical references, pigment palettes, and cultural color systems, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/chrome-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/chrome-yellow.json"
}
],
"differences": {
"rgbDistance": 30.6,
"contrastRatio": 1.06,
"hslDelta": {
"hue": 7,
"saturation": 1,
"lightness": 6
},
"luminanceDelta": 0.03,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Chrome Yellow",
"moreSaturatedColor": "Chrome Yellow"
},
"accessibility": {
"pairContrastRatio": 1.06,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Mustard Yellow",
"background": "#E1AD01",
"foreground": "#000000",
"label": "black text",
"ratio": 10.18
},
{
"color": "Chrome Yellow",
"background": "#FFA700",
"foreground": "#000000",
"label": "black text",
"ratio": 10.78
}
]
},
"useCases": {
"chooseFirstWhen": "Mustard Yellow is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #E1AD01.",
"chooseSecondWhen": "Chrome Yellow is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #FFA700.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/mustard-yellow-vs-chrome-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/mustard-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/chrome-yellow.json"
],
"url": "https://www.colorsencyclopedia.com/compare/mustard-yellow-vs-chrome-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/mustard-yellow-vs-chrome-yellow.json"
}