Shades of Golden Poppy #EAB602
Tints of Golden Poppy #EAB602
RGB
CMYK
RGB Variations
Color information
#EAB602 (or 0xEAB602) is known color: Golden Poppy. HEX triplet: EA, B6 and 02. RGB value is (234,182,2). Sum of RGB (Red+Green+Blue) = 234+182+2=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB602 is #1549FD. Grayscale: #B1B1B1. Windows color (decimal): -1395198 or 177898. OLE color: 177898.
HSL color Cylindrical-coordinate representation of color #EAB602: hue angle of 46.55º 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 #EAB602 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.08 |
| HSL | 46.55º | 0.98% | 0.46% | - |
| HSV(B) | 46.55º | 0.99% | 0.92% | - |
| XYZ | 50.67 | 50.95 | 7.22 | - |
| YUV | 177.03 | 29.23 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 2 | 0 | 0.22 | 0.99 | 0.08 | 46.55 | 0.98 | 0.46 |
| Hex | EA | B6 | 2 | 0 | 16 | 63 | 8 | 2F | 62 | 2E |
| Octal | 352 | 266 | 2 | 0 | 26 | 143 | 10 | 57 | 142 | 56 |
| Binary | 11101010 | 10110110 | 10 | 0 | 10110 | 1100011 | 1000 | 101111 | 1100010 | 101110 |
Color Harmonies of #EAB602
Complementary color
Monochromatic Colors of #EAB602
Black with #EAB602
Text Example
Text Example
White with #EAB602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB602; }
p { color: rgb(234,182,2); }
H1.HeaderClassName
{
color: #EAB602;
}
.AnyTagClassName
{
color: #EAB602;
}
</style>
background-color css
<style>
a { background-color: #EAB602; }
a { background-color: rgb(234,182,2); }
div.DivClassName
{
background-color: #EAB602;
}
.BgClassName
{
background-color: #EAB602;
}
</style>
border-color css
<style>
span { border-color: #EAB602; }
span { border-color: rgb(234,182,2); }
td.TdClassName
{
border-color: #EAB602;
}
.TagClassName
{
border-color: #EAB602;
}
</style>