Shades of Golden Yellow #EEDC0A
Tints of Golden Yellow #EEDC0A
RGB
CMYK
RGB Variations
Color information
#EEDC0A (or 0xEEDC0A) is known color: Golden Yellow. HEX triplet: EE, DC and 0A. RGB value is (238,220,10). Sum of RGB (Red+Green+Blue) = 238+220+10=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 10 (4.30% from 255 or 2.14% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDC0A is #1123F5. Grayscale: #CACACA. Windows color (decimal): -1123318 or 711918. OLE color: 711918.
HSL color Cylindrical-coordinate representation of color #EEDC0A: hue angle of 55.26º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEDC0A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.07 |
| HSL | 55.26º | 0.92% | 0.49% | - |
| HSV(B) | 55.26º | 0.96% | 0.93% | - |
| XYZ | 60.91 | 69.39 | 10.47 | - |
| YUV | 201.44 | 19.96 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 10 | 0 | 0.08 | 0.96 | 0.07 | 55.26 | 0.92 | 0.49 |
| Hex | EE | DC | A | 0 | 8 | 60 | 7 | 37 | 5C | 31 |
| Octal | 356 | 334 | 12 | 0 | 10 | 140 | 7 | 67 | 134 | 61 |
| Binary | 11101110 | 11011100 | 1010 | 0 | 1000 | 1100000 | 111 | 110111 | 1011100 | 110001 |
Color Harmonies of #EEDC0A
Complementary color
Monochromatic Colors of #EEDC0A
Black with #EEDC0A
Text Example
Text Example
White with #EEDC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC0A; }
p { color: rgb(238,220,10); }
H1.HeaderClassName
{
color: #EEDC0A;
}
.AnyTagClassName
{
color: #EEDC0A;
}
</style>
background-color css
<style>
a { background-color: #EEDC0A; }
a { background-color: rgb(238,220,10); }
div.DivClassName
{
background-color: #EEDC0A;
}
.BgClassName
{
background-color: #EEDC0A;
}
</style>
border-color css
<style>
span { border-color: #EEDC0A; }
span { border-color: rgb(238,220,10); }
td.TdClassName
{
border-color: #EEDC0A;
}
.TagClassName
{
border-color: #EEDC0A;
}
</style>