Shades of Golden Poppy #EAB80A
Tints of Golden Poppy #EAB80A
RGB
CMYK
RGB Variations
Color information
#EAB80A (or 0xEAB80A) is known color: Golden Poppy. HEX triplet: EA, B8 and 0A. RGB value is (234,184,10). Sum of RGB (Red+Green+Blue) = 234+184+10=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB80A is #1547F5. Grayscale: #B3B3B3. Windows color (decimal): -1394678 or 702698. OLE color: 702698.
HSL color Cylindrical-coordinate representation of color #EAB80A: hue angle of 46.61º degrees, saturation: 0.92, 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 #EAB80A is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 10 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.08 |
| HSL | 46.61º | 0.92% | 0.48% | - |
| HSV(B) | 46.61º | 0.96% | 0.92% | - |
| XYZ | 51.13 | 51.8 | 7.59 | - |
| YUV | 179.11 | 32.57 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 10 | 0 | 0.21 | 0.96 | 0.08 | 46.61 | 0.92 | 0.48 |
| Hex | EA | B8 | A | 0 | 15 | 60 | 8 | 2F | 5C | 30 |
| Octal | 352 | 270 | 12 | 0 | 25 | 140 | 10 | 57 | 134 | 60 |
| Binary | 11101010 | 10111000 | 1010 | 0 | 10101 | 1100000 | 1000 | 101111 | 1011100 | 110000 |
Color Harmonies of #EAB80A
Complementary color
Monochromatic Colors of #EAB80A
Black with #EAB80A
Text Example
Text Example
White with #EAB80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB80A; }
p { color: rgb(234,184,10); }
H1.HeaderClassName
{
color: #EAB80A;
}
.AnyTagClassName
{
color: #EAB80A;
}
</style>
background-color css
<style>
a { background-color: #EAB80A; }
a { background-color: rgb(234,184,10); }
div.DivClassName
{
background-color: #EAB80A;
}
.BgClassName
{
background-color: #EAB80A;
}
</style>
border-color css
<style>
span { border-color: #EAB80A; }
span { border-color: rgb(234,184,10); }
td.TdClassName
{
border-color: #EAB80A;
}
.TagClassName
{
border-color: #EAB80A;
}
</style>