Shades of Golden Poppy #EAB802
Tints of Golden Poppy #EAB802
RGB
CMYK
RGB Variations
Color information
#EAB802 (or 0xEAB802) is known color: Golden Poppy. HEX triplet: EA, B8 and 02. RGB value is (234,184,2). Sum of RGB (Red+Green+Blue) = 234+184+2=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB802 is #1547FD. Grayscale: #B2B2B2. Windows color (decimal): -1394686 or 178410. OLE color: 178410.
HSL color Cylindrical-coordinate representation of color #EAB802: hue angle of 47.07º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAB802 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.08 |
| HSL | 47.07º | 0.98% | 0.46% | - |
| HSV(B) | 47.07º | 0.99% | 0.92% | - |
| XYZ | 51.08 | 51.78 | 7.36 | - |
| YUV | 178.2 | 28.57 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 2 | 0 | 0.21 | 0.99 | 0.08 | 47.07 | 0.98 | 0.46 |
| Hex | EA | B8 | 2 | 0 | 15 | 63 | 8 | 2F | 62 | 2E |
| Octal | 352 | 270 | 2 | 0 | 25 | 143 | 10 | 57 | 142 | 56 |
| Binary | 11101010 | 10111000 | 10 | 0 | 10101 | 1100011 | 1000 | 101111 | 1100010 | 101110 |
Color Harmonies of #EAB802
Complementary color
Monochromatic Colors of #EAB802
Black with #EAB802
Text Example
Text Example
White with #EAB802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB802; }
p { color: rgb(234,184,2); }
H1.HeaderClassName
{
color: #EAB802;
}
.AnyTagClassName
{
color: #EAB802;
}
</style>
background-color css
<style>
a { background-color: #EAB802; }
a { background-color: rgb(234,184,2); }
div.DivClassName
{
background-color: #EAB802;
}
.BgClassName
{
background-color: #EAB802;
}
</style>
border-color css
<style>
span { border-color: #EAB802; }
span { border-color: rgb(234,184,2); }
td.TdClassName
{
border-color: #EAB802;
}
.TagClassName
{
border-color: #EAB802;
}
</style>