Shades of Golden Yellow #EEDC03
Tints of Golden Yellow #EEDC03
RGB
CMYK
RGB Variations
Color information
#EEDC03 (or 0xEEDC03) is known color: Golden Yellow. HEX triplet: EE, DC and 03. RGB value is (238,220,3). Sum of RGB (Red+Green+Blue) = 238+220+3=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 3 (1.56% from 255 or 0.65% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDC03 is #1123FC. Grayscale: #C9C9C9. Windows color (decimal): -1123325 or 253166. OLE color: 253166.
HSL color Cylindrical-coordinate representation of color #EEDC03: hue angle of 55.4º 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 #EEDC03 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.07 |
| HSL | 55.4º | 0.98% | 0.47% | - |
| HSV(B) | 55.4º | 0.99% | 0.93% | - |
| XYZ | 60.87 | 69.37 | 10.27 | - |
| YUV | 200.64 | 16.46 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 3 | 0 | 0.08 | 0.99 | 0.07 | 55.4 | 0.98 | 0.47 |
| Hex | EE | DC | 3 | 0 | 8 | 63 | 7 | 37 | 62 | 2F |
| Octal | 356 | 334 | 3 | 0 | 10 | 143 | 7 | 67 | 142 | 57 |
| Binary | 11101110 | 11011100 | 11 | 0 | 1000 | 1100011 | 111 | 110111 | 1100010 | 101111 |
Color Harmonies of #EEDC03
Complementary color
Monochromatic Colors of #EEDC03
Black with #EEDC03
Text Example
Text Example
White with #EEDC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC03; }
p { color: rgb(238,220,3); }
H1.HeaderClassName
{
color: #EEDC03;
}
.AnyTagClassName
{
color: #EEDC03;
}
</style>
background-color css
<style>
a { background-color: #EEDC03; }
a { background-color: rgb(238,220,3); }
div.DivClassName
{
background-color: #EEDC03;
}
.BgClassName
{
background-color: #EEDC03;
}
</style>
border-color css
<style>
span { border-color: #EEDC03; }
span { border-color: rgb(238,220,3); }
td.TdClassName
{
border-color: #EEDC03;
}
.TagClassName
{
border-color: #EEDC03;
}
</style>