Shades of Golden Poppy #EECA09
Tints of Golden Poppy #EECA09
RGB
CMYK
RGB Variations
Color information
#EECA09 (or 0xEECA09) is known color: Golden Poppy. HEX triplet: EE, CA and 09. RGB value is (238,202,9). Sum of RGB (Red+Green+Blue) = 238+202+9=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECA09 is #1135F6. Grayscale: #BFBFBF. Windows color (decimal): -1127927 or 641774. OLE color: 641774.
HSL color Cylindrical-coordinate representation of color #EECA09: hue angle of 50.57º 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 #EECA09 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.07 |
| HSL | 50.57º | 0.93% | 0.48% | - |
| HSV(B) | 50.57º | 0.96% | 0.93% | - |
| XYZ | 56.43 | 60.44 | 8.95 | - |
| YUV | 190.76 | 25.43 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 9 | 0 | 0.15 | 0.96 | 0.07 | 50.57 | 0.93 | 0.48 |
| Hex | EE | CA | 9 | 0 | F | 60 | 7 | 33 | 5D | 30 |
| Octal | 356 | 312 | 11 | 0 | 17 | 140 | 7 | 63 | 135 | 60 |
| Binary | 11101110 | 11001010 | 1001 | 0 | 1111 | 1100000 | 111 | 110011 | 1011101 | 110000 |
Color Harmonies of #EECA09
Complementary color
Monochromatic Colors of #EECA09
Black with #EECA09
Text Example
Text Example
White with #EECA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA09; }
p { color: rgb(238,202,9); }
H1.HeaderClassName
{
color: #EECA09;
}
.AnyTagClassName
{
color: #EECA09;
}
</style>
background-color css
<style>
a { background-color: #EECA09; }
a { background-color: rgb(238,202,9); }
div.DivClassName
{
background-color: #EECA09;
}
.BgClassName
{
background-color: #EECA09;
}
</style>
border-color css
<style>
span { border-color: #EECA09; }
span { border-color: rgb(238,202,9); }
td.TdClassName
{
border-color: #EECA09;
}
.TagClassName
{
border-color: #EECA09;
}
</style>