Shades of Golden Poppy #EAB600
Tints of Golden Poppy #EAB600
RGB
CMYK
RGB Variations
Color information
#EAB600 (or 0xEAB600) is known color: Golden Poppy. HEX triplet: EA, B6 and 00. RGB value is (234,182,0). Sum of RGB (Red+Green+Blue) = 234+182+0=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB600 is #1549FF. Grayscale: #B1B1B1. Windows color (decimal): -1395200 or 46826. OLE color: 46826.
HSL color Cylindrical-coordinate representation of color #EAB600: hue angle of 46.67º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAB600 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.08 |
| HSL | 46.67º | 1% | 0.46% | - |
| HSV(B) | 46.67º | 1% | 0.92% | - |
| XYZ | 50.66 | 50.95 | 7.16 | - |
| YUV | 176.8 | 28.23 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 0 | 0 | 0.22 | 1 | 0.08 | 46.67 | 1 | 0.46 |
| Hex | EA | B6 | 0 | 0 | 16 | 64 | 8 | 2F | 64 | 2E |
| Octal | 352 | 266 | 0 | 0 | 26 | 144 | 10 | 57 | 144 | 56 |
| Binary | 11101010 | 10110110 | 0 | 0 | 10110 | 1100100 | 1000 | 101111 | 1100100 | 101110 |
Color Harmonies of #EAB600
Complementary color
Monochromatic Colors of #EAB600
Black with #EAB600
Text Example
Text Example
White with #EAB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB600; }
p { color: rgb(234,182,0); }
H1.HeaderClassName
{
color: #EAB600;
}
.AnyTagClassName
{
color: #EAB600;
}
</style>
background-color css
<style>
a { background-color: #EAB600; }
a { background-color: rgb(234,182,0); }
div.DivClassName
{
background-color: #EAB600;
}
.BgClassName
{
background-color: #EAB600;
}
</style>
border-color css
<style>
span { border-color: #EAB600; }
span { border-color: rgb(234,182,0); }
td.TdClassName
{
border-color: #EAB600;
}
.TagClassName
{
border-color: #EAB600;
}
</style>