Shades of Golden Poppy #EAC009
Tints of Golden Poppy #EAC009
RGB
CMYK
RGB Variations
Color information
#EAC009 (or 0xEAC009) is known color: Golden Poppy. HEX triplet: EA, C0 and 09. RGB value is (234,192,9). Sum of RGB (Red+Green+Blue) = 234+192+9=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 9 (3.91% from 255 or 2.07% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC009 is #153FF6. Grayscale: #B8B8B8. Windows color (decimal): -1392631 or 639210. OLE color: 639210.
HSL color Cylindrical-coordinate representation of color #EAC009: hue angle of 48.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EAC009 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 9 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.08 |
| HSL | 48.8º | 0.93% | 0.48% | - |
| HSV(B) | 48.8º | 0.96% | 0.92% | - |
| XYZ | 52.83 | 55.21 | 8.13 | - |
| YUV | 183.7 | 29.41 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 9 | 0 | 0.18 | 0.96 | 0.08 | 48.8 | 0.93 | 0.48 |
| Hex | EA | C0 | 9 | 0 | 12 | 60 | 8 | 31 | 5D | 30 |
| Octal | 352 | 300 | 11 | 0 | 22 | 140 | 10 | 61 | 135 | 60 |
| Binary | 11101010 | 11000000 | 1001 | 0 | 10010 | 1100000 | 1000 | 110001 | 1011101 | 110000 |
Color Harmonies of #EAC009
Complementary color
Monochromatic Colors of #EAC009
Black with #EAC009
Text Example
Text Example
White with #EAC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC009; }
p { color: rgb(234,192,9); }
H1.HeaderClassName
{
color: #EAC009;
}
.AnyTagClassName
{
color: #EAC009;
}
</style>
background-color css
<style>
a { background-color: #EAC009; }
a { background-color: rgb(234,192,9); }
div.DivClassName
{
background-color: #EAC009;
}
.BgClassName
{
background-color: #EAC009;
}
</style>
border-color css
<style>
span { border-color: #EAC009; }
span { border-color: rgb(234,192,9); }
td.TdClassName
{
border-color: #EAC009;
}
.TagClassName
{
border-color: #EAC009;
}
</style>