Shades of Golden Poppy #EAB801
Tints of Golden Poppy #EAB801
RGB
CMYK
RGB Variations
Color information
#EAB801 (or 0xEAB801) is known color: Golden Poppy. HEX triplet: EA, B8 and 01. RGB value is (234,184,1). Sum of RGB (Red+Green+Blue) = 234+184+1=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB801 is #1547FE. Grayscale: #B2B2B2. Windows color (decimal): -1394687 or 112874. OLE color: 112874.
HSL color Cylindrical-coordinate representation of color #EAB801: hue angle of 47.12º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAB801 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 1 | - |
| CMYK | 0 | 0.21 | 1.00 | 0.08 |
| HSL | 47.12º | 0.99% | 0.46% | - |
| HSV(B) | 47.12º | 1% | 0.92% | - |
| XYZ | 51.08 | 51.78 | 7.33 | - |
| YUV | 178.09 | 28.07 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 1 | 0 | 0.21 | 1.00 | 0.08 | 47.12 | 0.99 | 0.46 |
| Hex | EA | B8 | 1 | 0 | 15 | 64 | 8 | 2F | 63 | 2E |
| Octal | 352 | 270 | 1 | 0 | 25 | 144 | 10 | 57 | 143 | 56 |
| Binary | 11101010 | 10111000 | 1 | 0 | 10101 | 1100100 | 1000 | 101111 | 1100011 | 101110 |
Color Harmonies of #EAB801
Complementary color
Monochromatic Colors of #EAB801
Black with #EAB801
Text Example
Text Example
White with #EAB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB801; }
p { color: rgb(234,184,1); }
H1.HeaderClassName
{
color: #EAB801;
}
.AnyTagClassName
{
color: #EAB801;
}
</style>
background-color css
<style>
a { background-color: #EAB801; }
a { background-color: rgb(234,184,1); }
div.DivClassName
{
background-color: #EAB801;
}
.BgClassName
{
background-color: #EAB801;
}
</style>
border-color css
<style>
span { border-color: #EAB801; }
span { border-color: rgb(234,184,1); }
td.TdClassName
{
border-color: #EAB801;
}
.TagClassName
{
border-color: #EAB801;
}
</style>