Shades of Golden Yellow #EEE000
Tints of Golden Yellow #EEE000
RGB
CMYK
RGB Variations
Color information
#EEE000 (or 0xEEE000) is known color: Golden Yellow. HEX triplet: EE, E0 and 00. RGB value is (238,224,0). Sum of RGB (Red+Green+Blue) = 238+224+0=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE000 is #111FFF. Grayscale: #CBCBCB. Windows color (decimal): -1122304 or 57582. OLE color: 57582.
HSL color Cylindrical-coordinate representation of color #EEE000: hue angle of 56.47º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEE000 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.07 |
| HSL | 56.47º | 1% | 0.47% | - |
| HSV(B) | 56.47º | 1% | 0.93% | - |
| XYZ | 61.92 | 71.49 | 10.54 | - |
| YUV | 202.65 | 13.64 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 0 | 0 | 0.06 | 1 | 0.07 | 56.47 | 1 | 0.47 |
| Hex | EE | E0 | 0 | 0 | 6 | 64 | 7 | 38 | 64 | 2F |
| Octal | 356 | 340 | 0 | 0 | 6 | 144 | 7 | 70 | 144 | 57 |
| Binary | 11101110 | 11100000 | 0 | 0 | 110 | 1100100 | 111 | 111000 | 1100100 | 101111 |
Color Harmonies of #EEE000
Complementary color
Monochromatic Colors of #EEE000
Black with #EEE000
Text Example
Text Example
White with #EEE000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE000; }
p { color: rgb(238,224,0); }
H1.HeaderClassName
{
color: #EEE000;
}
.AnyTagClassName
{
color: #EEE000;
}
</style>
background-color css
<style>
a { background-color: #EEE000; }
a { background-color: rgb(238,224,0); }
div.DivClassName
{
background-color: #EEE000;
}
.BgClassName
{
background-color: #EEE000;
}
</style>
border-color css
<style>
span { border-color: #EEE000; }
span { border-color: rgb(238,224,0); }
td.TdClassName
{
border-color: #EEE000;
}
.TagClassName
{
border-color: #EEE000;
}
</style>