Shades of Golden Yellow #EEE006
Tints of Golden Yellow #EEE006
RGB
CMYK
RGB Variations
Color information
#EEE006 (or 0xEEE006) is known color: Golden Yellow. HEX triplet: EE, E0 and 06. RGB value is (238,224,6). Sum of RGB (Red+Green+Blue) = 238+224+6=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 6 (2.73% from 255 or 1.28% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE006 is #111FF9. Grayscale: #CCCCCC. Windows color (decimal): -1122298 or 450798. OLE color: 450798.
HSL color Cylindrical-coordinate representation of color #EEE006: hue angle of 56.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEE006 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.07 |
| HSL | 56.38º | 0.95% | 0.48% | - |
| HSV(B) | 56.38º | 0.97% | 0.93% | - |
| XYZ | 61.95 | 71.5 | 10.71 | - |
| YUV | 203.33 | 16.64 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 6 | 0 | 0.06 | 0.97 | 0.07 | 56.38 | 0.95 | 0.48 |
| Hex | EE | E0 | 6 | 0 | 6 | 61 | 7 | 38 | 5F | 30 |
| Octal | 356 | 340 | 6 | 0 | 6 | 141 | 7 | 70 | 137 | 60 |
| Binary | 11101110 | 11100000 | 110 | 0 | 110 | 1100001 | 111 | 111000 | 1011111 | 110000 |
Color Harmonies of #EEE006
Complementary color
Monochromatic Colors of #EEE006
Black with #EEE006
Text Example
Text Example
White with #EEE006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE006; }
p { color: rgb(238,224,6); }
H1.HeaderClassName
{
color: #EEE006;
}
.AnyTagClassName
{
color: #EEE006;
}
</style>
background-color css
<style>
a { background-color: #EEE006; }
a { background-color: rgb(238,224,6); }
div.DivClassName
{
background-color: #EEE006;
}
.BgClassName
{
background-color: #EEE006;
}
</style>
border-color css
<style>
span { border-color: #EEE006; }
span { border-color: rgb(238,224,6); }
td.TdClassName
{
border-color: #EEE006;
}
.TagClassName
{
border-color: #EEE006;
}
</style>