Shades of Golden Poppy #EAC804
Tints of Golden Poppy #EAC804
RGB
CMYK
RGB Variations
Color information
#EAC804 (or 0xEAC804) is known color: Golden Poppy. HEX triplet: EA, C8 and 04. RGB value is (234,200,4). Sum of RGB (Red+Green+Blue) = 234+200+4=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC804 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC804 is #1537FB. Grayscale: #BCBCBC. Windows color (decimal): -1390588 or 313578. OLE color: 313578.
HSL color Cylindrical-coordinate representation of color #EAC804: hue angle of 51.13º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EAC804 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.08 |
| HSL | 51.13º | 0.97% | 0.47% | - |
| HSV(B) | 51.13º | 0.98% | 0.92% | - |
| XYZ | 54.61 | 58.81 | 8.59 | - |
| YUV | 187.82 | 24.26 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 4 | 0 | 0.15 | 0.98 | 0.08 | 51.13 | 0.97 | 0.47 |
| Hex | EA | C8 | 4 | 0 | F | 62 | 8 | 33 | 61 | 2F |
| Octal | 352 | 310 | 4 | 0 | 17 | 142 | 10 | 63 | 141 | 57 |
| Binary | 11101010 | 11001000 | 100 | 0 | 1111 | 1100010 | 1000 | 110011 | 1100001 | 101111 |
Color Harmonies of #EAC804
Complementary color
Monochromatic Colors of #EAC804
Black with #EAC804
Text Example
Text Example
White with #EAC804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC804; }
p { color: rgb(234,200,4); }
H1.HeaderClassName
{
color: #EAC804;
}
.AnyTagClassName
{
color: #EAC804;
}
</style>
background-color css
<style>
a { background-color: #EAC804; }
a { background-color: rgb(234,200,4); }
div.DivClassName
{
background-color: #EAC804;
}
.BgClassName
{
background-color: #EAC804;
}
</style>
border-color css
<style>
span { border-color: #EAC804; }
span { border-color: rgb(234,200,4); }
td.TdClassName
{
border-color: #EAC804;
}
.TagClassName
{
border-color: #EAC804;
}
</style>