Shades of Golden Poppy #EEC009
Tints of Golden Poppy #EEC009
RGB
CMYK
RGB Variations
Color information
#EEC009 (or 0xEEC009) is known color: Golden Poppy. HEX triplet: EE, C0 and 09. RGB value is (238,192,9). Sum of RGB (Red+Green+Blue) = 238+192+9=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 9 (3.91% from 255 or 2.05% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC009 is #113FF6. Grayscale: #B9B9B9. Windows color (decimal): -1130487 or 639214. OLE color: 639214.
HSL color Cylindrical-coordinate representation of color #EEC009: hue angle of 47.95º 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 #EEC009 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.07 |
| HSL | 47.95º | 0.93% | 0.48% | - |
| HSV(B) | 47.95º | 0.96% | 0.93% | - |
| XYZ | 54.16 | 55.9 | 8.19 | - |
| YUV | 184.89 | 28.74 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 9 | 0 | 0.19 | 0.96 | 0.07 | 47.95 | 0.93 | 0.48 |
| Hex | EE | C0 | 9 | 0 | 13 | 60 | 7 | 30 | 5D | 30 |
| Octal | 356 | 300 | 11 | 0 | 23 | 140 | 7 | 60 | 135 | 60 |
| Binary | 11101110 | 11000000 | 1001 | 0 | 10011 | 1100000 | 111 | 110000 | 1011101 | 110000 |
Color Harmonies of #EEC009
Complementary color
Monochromatic Colors of #EEC009
Black with #EEC009
Text Example
Text Example
White with #EEC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC009; }
p { color: rgb(238,192,9); }
H1.HeaderClassName
{
color: #EEC009;
}
.AnyTagClassName
{
color: #EEC009;
}
</style>
background-color css
<style>
a { background-color: #EEC009; }
a { background-color: rgb(238,192,9); }
div.DivClassName
{
background-color: #EEC009;
}
.BgClassName
{
background-color: #EEC009;
}
</style>
border-color css
<style>
span { border-color: #EEC009; }
span { border-color: rgb(238,192,9); }
td.TdClassName
{
border-color: #EEC009;
}
.TagClassName
{
border-color: #EEC009;
}
</style>