Shades of Golden Yellow #EEE007
Tints of Golden Yellow #EEE007
RGB
CMYK
RGB Variations
Color information
#EEE007 (or 0xEEE007) is known color: Golden Yellow. HEX triplet: EE, E0 and 07. RGB value is (238,224,7). Sum of RGB (Red+Green+Blue) = 238+224+7=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE007 is #111FF8. Grayscale: #CCCCCC. Windows color (decimal): -1122297 or 516334. OLE color: 516334.
HSL color Cylindrical-coordinate representation of color #EEE007: hue angle of 56.36º degrees, saturation: 0.94, 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 #EEE007 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 7 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.07 |
| HSL | 56.36º | 0.94% | 0.48% | - |
| HSV(B) | 56.36º | 0.97% | 0.93% | - |
| XYZ | 61.95 | 71.5 | 10.74 | - |
| YUV | 203.45 | 17.14 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 7 | 0 | 0.06 | 0.97 | 0.07 | 56.36 | 0.94 | 0.48 |
| Hex | EE | E0 | 7 | 0 | 6 | 61 | 7 | 38 | 5E | 30 |
| Octal | 356 | 340 | 7 | 0 | 6 | 141 | 7 | 70 | 136 | 60 |
| Binary | 11101110 | 11100000 | 111 | 0 | 110 | 1100001 | 111 | 111000 | 1011110 | 110000 |
Color Harmonies of #EEE007
Complementary color
Monochromatic Colors of #EEE007
Black with #EEE007
Text Example
Text Example
White with #EEE007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE007; }
p { color: rgb(238,224,7); }
H1.HeaderClassName
{
color: #EEE007;
}
.AnyTagClassName
{
color: #EEE007;
}
</style>
background-color css
<style>
a { background-color: #EEE007; }
a { background-color: rgb(238,224,7); }
div.DivClassName
{
background-color: #EEE007;
}
.BgClassName
{
background-color: #EEE007;
}
</style>
border-color css
<style>
span { border-color: #EEE007; }
span { border-color: rgb(238,224,7); }
td.TdClassName
{
border-color: #EEE007;
}
.TagClassName
{
border-color: #EEE007;
}
</style>