Shades of Golden Yellow #EEE005
Tints of Golden Yellow #EEE005
RGB
CMYK
RGB Variations
Color information
#EEE005 (or 0xEEE005) is known color: Golden Yellow. HEX triplet: EE, E0 and 05. RGB value is (238,224,5). Sum of RGB (Red+Green+Blue) = 238+224+5=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 5 (2.34% from 255 or 1.07% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE005 is #111FFA. Grayscale: #CCCCCC. Windows color (decimal): -1122299 or 385262. OLE color: 385262.
HSL color Cylindrical-coordinate representation of color #EEE005: hue angle of 56.39º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEE005 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.07 |
| HSL | 56.39º | 0.96% | 0.48% | - |
| HSV(B) | 56.39º | 0.98% | 0.93% | - |
| XYZ | 61.94 | 71.5 | 10.68 | - |
| YUV | 203.22 | 16.14 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 5 | 0 | 0.06 | 0.98 | 0.07 | 56.39 | 0.96 | 0.48 |
| Hex | EE | E0 | 5 | 0 | 6 | 62 | 7 | 38 | 60 | 30 |
| Octal | 356 | 340 | 5 | 0 | 6 | 142 | 7 | 70 | 140 | 60 |
| Binary | 11101110 | 11100000 | 101 | 0 | 110 | 1100010 | 111 | 111000 | 1100000 | 110000 |
Color Harmonies of #EEE005
Complementary color
Monochromatic Colors of #EEE005
Black with #EEE005
Text Example
Text Example
White with #EEE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE005; }
p { color: rgb(238,224,5); }
H1.HeaderClassName
{
color: #EEE005;
}
.AnyTagClassName
{
color: #EEE005;
}
</style>
background-color css
<style>
a { background-color: #EEE005; }
a { background-color: rgb(238,224,5); }
div.DivClassName
{
background-color: #EEE005;
}
.BgClassName
{
background-color: #EEE005;
}
</style>
border-color css
<style>
span { border-color: #EEE005; }
span { border-color: rgb(238,224,5); }
td.TdClassName
{
border-color: #EEE005;
}
.TagClassName
{
border-color: #EEE005;
}
</style>