Shades of Golden Poppy #EEC808
Tints of Golden Poppy #EEC808
RGB
CMYK
RGB Variations
Color information
#EEC808 (or 0xEEC808) is known color: Golden Poppy. HEX triplet: EE, C8 and 08. RGB value is (238,200,8). Sum of RGB (Red+Green+Blue) = 238+200+8=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC808 is #1137F7. Grayscale: #BEBEBE. Windows color (decimal): -1128440 or 575726. OLE color: 575726.
HSL color Cylindrical-coordinate representation of color #EEC808: hue angle of 50.09º degrees, saturation: 0.93, 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 #EEC808 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 8 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.07 |
| HSL | 50.09º | 0.93% | 0.48% | - |
| HSV(B) | 50.09º | 0.97% | 0.93% | - |
| XYZ | 55.96 | 59.5 | 8.77 | - |
| YUV | 189.47 | 25.59 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 8 | 0 | 0.16 | 0.97 | 0.07 | 50.09 | 0.93 | 0.48 |
| Hex | EE | C8 | 8 | 0 | 10 | 61 | 7 | 32 | 5D | 30 |
| Octal | 356 | 310 | 10 | 0 | 20 | 141 | 7 | 62 | 135 | 60 |
| Binary | 11101110 | 11001000 | 1000 | 0 | 10000 | 1100001 | 111 | 110010 | 1011101 | 110000 |
Color Harmonies of #EEC808
Complementary color
Monochromatic Colors of #EEC808
Black with #EEC808
Text Example
Text Example
White with #EEC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC808; }
p { color: rgb(238,200,8); }
H1.HeaderClassName
{
color: #EEC808;
}
.AnyTagClassName
{
color: #EEC808;
}
</style>
background-color css
<style>
a { background-color: #EEC808; }
a { background-color: rgb(238,200,8); }
div.DivClassName
{
background-color: #EEC808;
}
.BgClassName
{
background-color: #EEC808;
}
</style>
border-color css
<style>
span { border-color: #EEC808; }
span { border-color: rgb(238,200,8); }
td.TdClassName
{
border-color: #EEC808;
}
.TagClassName
{
border-color: #EEC808;
}
</style>