Shades of Golden Poppy #EAB904
Tints of Golden Poppy #EAB904
RGB
CMYK
RGB Variations
Color information
#EAB904 (or 0xEAB904) is known color: Golden Poppy. HEX triplet: EA, B9 and 04. RGB value is (234,185,4). Sum of RGB (Red+Green+Blue) = 234+185+4=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB904 is #1546FB. Grayscale: #B3B3B3. Windows color (decimal): -1394428 or 309738. OLE color: 309738.
HSL color Cylindrical-coordinate representation of color #EAB904: hue angle of 47.22º 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 #EAB904 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.08 |
| HSL | 47.22º | 0.97% | 0.47% | - |
| HSV(B) | 47.22º | 0.98% | 0.92% | - |
| XYZ | 51.3 | 52.2 | 7.49 | - |
| YUV | 179.02 | 29.23 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 4 | 0 | 0.21 | 0.98 | 0.08 | 47.22 | 0.97 | 0.47 |
| Hex | EA | B9 | 4 | 0 | 15 | 62 | 8 | 2F | 61 | 2F |
| Octal | 352 | 271 | 4 | 0 | 25 | 142 | 10 | 57 | 141 | 57 |
| Binary | 11101010 | 10111001 | 100 | 0 | 10101 | 1100010 | 1000 | 101111 | 1100001 | 101111 |
Color Harmonies of #EAB904
Complementary color
Monochromatic Colors of #EAB904
Black with #EAB904
Text Example
Text Example
White with #EAB904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB904; }
p { color: rgb(234,185,4); }
H1.HeaderClassName
{
color: #EAB904;
}
.AnyTagClassName
{
color: #EAB904;
}
</style>
background-color css
<style>
a { background-color: #EAB904; }
a { background-color: rgb(234,185,4); }
div.DivClassName
{
background-color: #EAB904;
}
.BgClassName
{
background-color: #EAB904;
}
</style>
border-color css
<style>
span { border-color: #EAB904; }
span { border-color: rgb(234,185,4); }
td.TdClassName
{
border-color: #EAB904;
}
.TagClassName
{
border-color: #EAB904;
}
</style>