Shades of Golden Yellow #EEE200
Tints of Golden Yellow #EEE200
RGB
CMYK
RGB Variations
Color information
#EEE200 (or 0xEEE200) is known color: Golden Yellow. HEX triplet: EE, E2 and 00. RGB value is (238,226,0). Sum of RGB (Red+Green+Blue) = 238+226+0=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE200 is #111DFF. Grayscale: #CCCCCC. Windows color (decimal): -1121792 or 58094. OLE color: 58094.
HSL color Cylindrical-coordinate representation of color #EEE200: hue angle of 56.97º 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 #EEE200 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.07 |
| HSL | 56.97º | 1% | 0.47% | - |
| HSV(B) | 56.97º | 1% | 0.93% | - |
| XYZ | 62.46 | 72.57 | 10.72 | - |
| YUV | 203.82 | 12.98 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 0 | 0 | 0.05 | 1 | 0.07 | 56.97 | 1 | 0.47 |
| Hex | EE | E2 | 0 | 0 | 5 | 64 | 7 | 39 | 64 | 2F |
| Octal | 356 | 342 | 0 | 0 | 5 | 144 | 7 | 71 | 144 | 57 |
| Binary | 11101110 | 11100010 | 0 | 0 | 101 | 1100100 | 111 | 111001 | 1100100 | 101111 |
Color Harmonies of #EEE200
Complementary color
Monochromatic Colors of #EEE200
Black with #EEE200
Text Example
Text Example
White with #EEE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE200; }
p { color: rgb(238,226,0); }
H1.HeaderClassName
{
color: #EEE200;
}
.AnyTagClassName
{
color: #EEE200;
}
</style>
background-color css
<style>
a { background-color: #EEE200; }
a { background-color: rgb(238,226,0); }
div.DivClassName
{
background-color: #EEE200;
}
.BgClassName
{
background-color: #EEE200;
}
</style>
border-color css
<style>
span { border-color: #EEE200; }
span { border-color: rgb(238,226,0); }
td.TdClassName
{
border-color: #EEE200;
}
.TagClassName
{
border-color: #EEE200;
}
</style>