Shades of Golden Yellow #EEDC02
Tints of Golden Yellow #EEDC02
RGB
CMYK
RGB Variations
Color information
#EEDC02 (or 0xEEDC02) is known color: Golden Yellow. HEX triplet: EE, DC and 02. RGB value is (238,220,2). Sum of RGB (Red+Green+Blue) = 238+220+2=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDC02 is #1123FD. Grayscale: #C9C9C9. Windows color (decimal): -1123326 or 187630. OLE color: 187630.
HSL color Cylindrical-coordinate representation of color #EEDC02: hue angle of 55.42º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEDC02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.07 |
| HSL | 55.42º | 0.98% | 0.47% | - |
| HSV(B) | 55.42º | 0.99% | 0.93% | - |
| XYZ | 60.86 | 69.37 | 10.24 | - |
| YUV | 200.53 | 15.96 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 2 | 0 | 0.08 | 0.99 | 0.07 | 55.42 | 0.98 | 0.47 |
| Hex | EE | DC | 2 | 0 | 8 | 63 | 7 | 37 | 62 | 2F |
| Octal | 356 | 334 | 2 | 0 | 10 | 143 | 7 | 67 | 142 | 57 |
| Binary | 11101110 | 11011100 | 10 | 0 | 1000 | 1100011 | 111 | 110111 | 1100010 | 101111 |
Color Harmonies of #EEDC02
Complementary color
Monochromatic Colors of #EEDC02
Black with #EEDC02
Text Example
Text Example
White with #EEDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC02; }
p { color: rgb(238,220,2); }
H1.HeaderClassName
{
color: #EEDC02;
}
.AnyTagClassName
{
color: #EEDC02;
}
</style>
background-color css
<style>
a { background-color: #EEDC02; }
a { background-color: rgb(238,220,2); }
div.DivClassName
{
background-color: #EEDC02;
}
.BgClassName
{
background-color: #EEDC02;
}
</style>
border-color css
<style>
span { border-color: #EEDC02; }
span { border-color: rgb(238,220,2); }
td.TdClassName
{
border-color: #EEDC02;
}
.TagClassName
{
border-color: #EEDC02;
}
</style>