Shades of Golden Poppy #EEC809
Tints of Golden Poppy #EEC809
RGB
CMYK
RGB Variations
Color information
#EEC809 (or 0xEEC809) is known color: Golden Poppy. HEX triplet: EE, C8 and 09. RGB value is (238,200,9). Sum of RGB (Red+Green+Blue) = 238+200+9=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 9 (3.91% from 255 or 2.01% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC809 is #1137F6. Grayscale: #BEBEBE. Windows color (decimal): -1128439 or 641262. OLE color: 641262.
HSL color Cylindrical-coordinate representation of color #EEC809: hue angle of 50.04º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEC809 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.07 |
| HSL | 50.04º | 0.93% | 0.48% | - |
| HSV(B) | 50.04º | 0.96% | 0.93% | - |
| XYZ | 55.96 | 59.51 | 8.79 | - |
| YUV | 189.59 | 26.09 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 9 | 0 | 0.16 | 0.96 | 0.07 | 50.04 | 0.93 | 0.48 |
| Hex | EE | C8 | 9 | 0 | 10 | 60 | 7 | 32 | 5D | 30 |
| Octal | 356 | 310 | 11 | 0 | 20 | 140 | 7 | 62 | 135 | 60 |
| Binary | 11101110 | 11001000 | 1001 | 0 | 10000 | 1100000 | 111 | 110010 | 1011101 | 110000 |
Color Harmonies of #EEC809
Complementary color
Monochromatic Colors of #EEC809
Black with #EEC809
Text Example
Text Example
White with #EEC809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC809; }
p { color: rgb(238,200,9); }
H1.HeaderClassName
{
color: #EEC809;
}
.AnyTagClassName
{
color: #EEC809;
}
</style>
background-color css
<style>
a { background-color: #EEC809; }
a { background-color: rgb(238,200,9); }
div.DivClassName
{
background-color: #EEC809;
}
.BgClassName
{
background-color: #EEC809;
}
</style>
border-color css
<style>
span { border-color: #EEC809; }
span { border-color: rgb(238,200,9); }
td.TdClassName
{
border-color: #EEC809;
}
.TagClassName
{
border-color: #EEC809;
}
</style>