Shades of Golden Poppy #EEC000
Tints of Golden Poppy #EEC000
RGB
CMYK
RGB Variations
Color information
#EEC000 (or 0xEEC000) is known color: Golden Poppy. HEX triplet: EE, C0 and 00. RGB value is (238,192,0). Sum of RGB (Red+Green+Blue) = 238+192+0=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC000 is #113FFF. Grayscale: #B8B8B8. Windows color (decimal): -1130496 or 49390. OLE color: 49390.
HSL color Cylindrical-coordinate representation of color #EEC000: hue angle of 48.4º 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 #EEC000 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.07 |
| HSL | 48.4º | 1% | 0.47% | - |
| HSV(B) | 48.4º | 1% | 0.93% | - |
| XYZ | 54.11 | 55.88 | 7.93 | - |
| YUV | 183.87 | 24.24 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 0 | 0 | 0.19 | 1 | 0.07 | 48.4 | 1 | 0.47 |
| Hex | EE | C0 | 0 | 0 | 13 | 64 | 7 | 30 | 64 | 2F |
| Octal | 356 | 300 | 0 | 0 | 23 | 144 | 7 | 60 | 144 | 57 |
| Binary | 11101110 | 11000000 | 0 | 0 | 10011 | 1100100 | 111 | 110000 | 1100100 | 101111 |
Color Harmonies of #EEC000
Complementary color
Monochromatic Colors of #EEC000
Black with #EEC000
Text Example
Text Example
White with #EEC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC000; }
p { color: rgb(238,192,0); }
H1.HeaderClassName
{
color: #EEC000;
}
.AnyTagClassName
{
color: #EEC000;
}
</style>
background-color css
<style>
a { background-color: #EEC000; }
a { background-color: rgb(238,192,0); }
div.DivClassName
{
background-color: #EEC000;
}
.BgClassName
{
background-color: #EEC000;
}
</style>
border-color css
<style>
span { border-color: #EEC000; }
span { border-color: rgb(238,192,0); }
td.TdClassName
{
border-color: #EEC000;
}
.TagClassName
{
border-color: #EEC000;
}
</style>