Shades of Golden Poppy #EAC304
Tints of Golden Poppy #EAC304
RGB
CMYK
RGB Variations
Color information
#EAC304 (or 0xEAC304) is known color: Golden Poppy. HEX triplet: EA, C3 and 04. RGB value is (234,195,4). Sum of RGB (Red+Green+Blue) = 234+195+4=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC304 is #153CFB. Grayscale: #B9B9B9. Windows color (decimal): -1391868 or 312298. OLE color: 312298.
HSL color Cylindrical-coordinate representation of color #EAC304: hue angle of 49.83º 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 #EAC304 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.08 |
| HSL | 49.83º | 0.97% | 0.47% | - |
| HSV(B) | 49.83º | 0.98% | 0.92% | - |
| XYZ | 53.47 | 56.53 | 8.21 | - |
| YUV | 184.89 | 25.92 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 4 | 0 | 0.17 | 0.98 | 0.08 | 49.83 | 0.97 | 0.47 |
| Hex | EA | C3 | 4 | 0 | 11 | 62 | 8 | 32 | 61 | 2F |
| Octal | 352 | 303 | 4 | 0 | 21 | 142 | 10 | 62 | 141 | 57 |
| Binary | 11101010 | 11000011 | 100 | 0 | 10001 | 1100010 | 1000 | 110010 | 1100001 | 101111 |
Color Harmonies of #EAC304
Complementary color
Monochromatic Colors of #EAC304
Black with #EAC304
Text Example
Text Example
White with #EAC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC304; }
p { color: rgb(234,195,4); }
H1.HeaderClassName
{
color: #EAC304;
}
.AnyTagClassName
{
color: #EAC304;
}
</style>
background-color css
<style>
a { background-color: #EAC304; }
a { background-color: rgb(234,195,4); }
div.DivClassName
{
background-color: #EAC304;
}
.BgClassName
{
background-color: #EAC304;
}
</style>
border-color css
<style>
span { border-color: #EAC304; }
span { border-color: rgb(234,195,4); }
td.TdClassName
{
border-color: #EAC304;
}
.TagClassName
{
border-color: #EAC304;
}
</style>