Shades of Golden Poppy #EAB702
Tints of Golden Poppy #EAB702
RGB
CMYK
RGB Variations
Color information
#EAB702 (or 0xEAB702) is known color: Golden Poppy. HEX triplet: EA, B7 and 02. RGB value is (234,183,2). Sum of RGB (Red+Green+Blue) = 234+183+2=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB702 is #1548FD. Grayscale: #B2B2B2. Windows color (decimal): -1394942 or 178154. OLE color: 178154.
HSL color Cylindrical-coordinate representation of color #EAB702: hue angle of 46.81º 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 #EAB702 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.08 |
| HSL | 46.81º | 0.98% | 0.46% | - |
| HSV(B) | 46.81º | 0.99% | 0.92% | - |
| XYZ | 50.88 | 51.36 | 7.29 | - |
| YUV | 177.62 | 28.9 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 2 | 0 | 0.22 | 0.99 | 0.08 | 46.81 | 0.98 | 0.46 |
| Hex | EA | B7 | 2 | 0 | 16 | 63 | 8 | 2F | 62 | 2E |
| Octal | 352 | 267 | 2 | 0 | 26 | 143 | 10 | 57 | 142 | 56 |
| Binary | 11101010 | 10110111 | 10 | 0 | 10110 | 1100011 | 1000 | 101111 | 1100010 | 101110 |
Color Harmonies of #EAB702
Complementary color
Monochromatic Colors of #EAB702
Black with #EAB702
Text Example
Text Example
White with #EAB702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB702; }
p { color: rgb(234,183,2); }
H1.HeaderClassName
{
color: #EAB702;
}
.AnyTagClassName
{
color: #EAB702;
}
</style>
background-color css
<style>
a { background-color: #EAB702; }
a { background-color: rgb(234,183,2); }
div.DivClassName
{
background-color: #EAB702;
}
.BgClassName
{
background-color: #EAB702;
}
</style>
border-color css
<style>
span { border-color: #EAB702; }
span { border-color: rgb(234,183,2); }
td.TdClassName
{
border-color: #EAB702;
}
.TagClassName
{
border-color: #EAB702;
}
</style>