Shades of Golden Poppy #EACA08
Tints of Golden Poppy #EACA08
RGB
CMYK
RGB Variations
Color information
#EACA08 (or 0xEACA08) is known color: Golden Poppy. HEX triplet: EA, CA and 08. RGB value is (234,202,8). Sum of RGB (Red+Green+Blue) = 234+202+8=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA08 is #1535F7. Grayscale: #BEBEBE. Windows color (decimal): -1390072 or 576234. OLE color: 576234.
HSL color Cylindrical-coordinate representation of color #EACA08: hue angle of 51.5º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EACA08 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 8 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.08 |
| HSL | 51.5º | 0.93% | 0.47% | - |
| HSV(B) | 51.5º | 0.97% | 0.92% | - |
| XYZ | 55.1 | 59.75 | 8.86 | - |
| YUV | 189.45 | 25.6 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 8 | 0 | 0.14 | 0.97 | 0.08 | 51.5 | 0.93 | 0.47 |
| Hex | EA | CA | 8 | 0 | E | 61 | 8 | 34 | 5D | 2F |
| Octal | 352 | 312 | 10 | 0 | 16 | 141 | 10 | 64 | 135 | 57 |
| Binary | 11101010 | 11001010 | 1000 | 0 | 1110 | 1100001 | 1000 | 110100 | 1011101 | 101111 |
Color Harmonies of #EACA08
Complementary color
Monochromatic Colors of #EACA08
Black with #EACA08
Text Example
Text Example
White with #EACA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA08; }
p { color: rgb(234,202,8); }
H1.HeaderClassName
{
color: #EACA08;
}
.AnyTagClassName
{
color: #EACA08;
}
</style>
background-color css
<style>
a { background-color: #EACA08; }
a { background-color: rgb(234,202,8); }
div.DivClassName
{
background-color: #EACA08;
}
.BgClassName
{
background-color: #EACA08;
}
</style>
border-color css
<style>
span { border-color: #EACA08; }
span { border-color: rgb(234,202,8); }
td.TdClassName
{
border-color: #EACA08;
}
.TagClassName
{
border-color: #EACA08;
}
</style>