Shades of Golden Poppy #EACB09
Tints of Golden Poppy #EACB09
RGB
CMYK
RGB Variations
Color information
#EACB09 (or 0xEACB09) is known color: Golden Poppy. HEX triplet: EA, CB and 09. RGB value is (234,203,9). Sum of RGB (Red+Green+Blue) = 234+203+9=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 9 (3.91% from 255 or 2.02% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB09 is #1534F6. Grayscale: #BEBEBE. Windows color (decimal): -1389815 or 642026. OLE color: 642026.
HSL color Cylindrical-coordinate representation of color #EACB09: hue angle of 51.73º 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 #EACB09 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 9 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.08 |
| HSL | 51.73º | 0.93% | 0.48% | - |
| HSV(B) | 51.73º | 0.96% | 0.92% | - |
| XYZ | 55.34 | 60.22 | 8.97 | - |
| YUV | 190.15 | 25.77 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 9 | 0 | 0.13 | 0.96 | 0.08 | 51.73 | 0.93 | 0.48 |
| Hex | EA | CB | 9 | 0 | D | 60 | 8 | 34 | 5D | 30 |
| Octal | 352 | 313 | 11 | 0 | 15 | 140 | 10 | 64 | 135 | 60 |
| Binary | 11101010 | 11001011 | 1001 | 0 | 1101 | 1100000 | 1000 | 110100 | 1011101 | 110000 |
Color Harmonies of #EACB09
Complementary color
Monochromatic Colors of #EACB09
Black with #EACB09
Text Example
Text Example
White with #EACB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB09; }
p { color: rgb(234,203,9); }
H1.HeaderClassName
{
color: #EACB09;
}
.AnyTagClassName
{
color: #EACB09;
}
</style>
background-color css
<style>
a { background-color: #EACB09; }
a { background-color: rgb(234,203,9); }
div.DivClassName
{
background-color: #EACB09;
}
.BgClassName
{
background-color: #EACB09;
}
</style>
border-color css
<style>
span { border-color: #EACB09; }
span { border-color: rgb(234,203,9); }
td.TdClassName
{
border-color: #EACB09;
}
.TagClassName
{
border-color: #EACB09;
}
</style>