Shades of Golden Poppy #EAC209
Tints of Golden Poppy #EAC209
RGB
CMYK
RGB Variations
Color information
#EAC209 (or 0xEAC209) is known color: Golden Poppy. HEX triplet: EA, C2 and 09. RGB value is (234,194,9). Sum of RGB (Red+Green+Blue) = 234+194+9=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 9 (3.91% from 255 or 2.06% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC209 is #153DF6. Grayscale: #B9B9B9. Windows color (decimal): -1392119 or 639722. OLE color: 639722.
HSL color Cylindrical-coordinate representation of color #EAC209: hue angle of 49.33º 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 #EAC209 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.08 |
| HSL | 49.33º | 0.93% | 0.48% | - |
| HSV(B) | 49.33º | 0.96% | 0.92% | - |
| XYZ | 53.27 | 56.1 | 8.28 | - |
| YUV | 184.87 | 28.75 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 9 | 0 | 0.17 | 0.96 | 0.08 | 49.33 | 0.93 | 0.48 |
| Hex | EA | C2 | 9 | 0 | 11 | 60 | 8 | 31 | 5D | 30 |
| Octal | 352 | 302 | 11 | 0 | 21 | 140 | 10 | 61 | 135 | 60 |
| Binary | 11101010 | 11000010 | 1001 | 0 | 10001 | 1100000 | 1000 | 110001 | 1011101 | 110000 |
Color Harmonies of #EAC209
Complementary color
Monochromatic Colors of #EAC209
Black with #EAC209
Text Example
Text Example
White with #EAC209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC209; }
p { color: rgb(234,194,9); }
H1.HeaderClassName
{
color: #EAC209;
}
.AnyTagClassName
{
color: #EAC209;
}
</style>
background-color css
<style>
a { background-color: #EAC209; }
a { background-color: rgb(234,194,9); }
div.DivClassName
{
background-color: #EAC209;
}
.BgClassName
{
background-color: #EAC209;
}
</style>
border-color css
<style>
span { border-color: #EAC209; }
span { border-color: rgb(234,194,9); }
td.TdClassName
{
border-color: #EAC209;
}
.TagClassName
{
border-color: #EAC209;
}
</style>