Shades of Golden Poppy #EEC909
Tints of Golden Poppy #EEC909
RGB
CMYK
RGB Variations
Color information
#EEC909 (or 0xEEC909) is known color: Golden Poppy. HEX triplet: EE, C9 and 09. RGB value is (238,201,9). Sum of RGB (Red+Green+Blue) = 238+201+9=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 9 (3.91% from 255 or 2.01% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC909 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC909 is #1136F6. Grayscale: #BEBEBE. Windows color (decimal): -1128183 or 641518. OLE color: 641518.
HSL color Cylindrical-coordinate representation of color #EEC909: hue angle of 50.31º 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 #EEC909 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.07 |
| HSL | 50.31º | 0.93% | 0.48% | - |
| HSV(B) | 50.31º | 0.96% | 0.93% | - |
| XYZ | 56.2 | 59.97 | 8.87 | - |
| YUV | 190.18 | 25.76 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 9 | 0 | 0.16 | 0.96 | 0.07 | 50.31 | 0.93 | 0.48 |
| Hex | EE | C9 | 9 | 0 | 10 | 60 | 7 | 32 | 5D | 30 |
| Octal | 356 | 311 | 11 | 0 | 20 | 140 | 7 | 62 | 135 | 60 |
| Binary | 11101110 | 11001001 | 1001 | 0 | 10000 | 1100000 | 111 | 110010 | 1011101 | 110000 |
Color Harmonies of #EEC909
Complementary color
Monochromatic Colors of #EEC909
Black with #EEC909
Text Example
Text Example
White with #EEC909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC909; }
p { color: rgb(238,201,9); }
H1.HeaderClassName
{
color: #EEC909;
}
.AnyTagClassName
{
color: #EEC909;
}
</style>
background-color css
<style>
a { background-color: #EEC909; }
a { background-color: rgb(238,201,9); }
div.DivClassName
{
background-color: #EEC909;
}
.BgClassName
{
background-color: #EEC909;
}
</style>
border-color css
<style>
span { border-color: #EEC909; }
span { border-color: rgb(238,201,9); }
td.TdClassName
{
border-color: #EEC909;
}
.TagClassName
{
border-color: #EEC909;
}
</style>