Shades of Golden Poppy #EAB700
Tints of Golden Poppy #EAB700
RGB
CMYK
RGB Variations
Color information
#EAB700 (or 0xEAB700) is known color: Golden Poppy. HEX triplet: EA, B7 and 00. RGB value is (234,183,0). Sum of RGB (Red+Green+Blue) = 234+183+0=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB700 is #1548FF. Grayscale: #B2B2B2. Windows color (decimal): -1394944 or 47082. OLE color: 47082.
HSL color Cylindrical-coordinate representation of color #EAB700: hue angle of 46.92º 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 #EAB700 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.08 |
| HSL | 46.92º | 1% | 0.46% | - |
| HSV(B) | 46.92º | 1% | 0.92% | - |
| XYZ | 50.87 | 51.36 | 7.23 | - |
| YUV | 177.39 | 27.9 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 0 | 0 | 0.22 | 1 | 0.08 | 46.92 | 1 | 0.46 |
| Hex | EA | B7 | 0 | 0 | 16 | 64 | 8 | 2F | 64 | 2E |
| Octal | 352 | 267 | 0 | 0 | 26 | 144 | 10 | 57 | 144 | 56 |
| Binary | 11101010 | 10110111 | 0 | 0 | 10110 | 1100100 | 1000 | 101111 | 1100100 | 101110 |
Color Harmonies of #EAB700
Complementary color
Monochromatic Colors of #EAB700
Black with #EAB700
Text Example
Text Example
White with #EAB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB700; }
p { color: rgb(234,183,0); }
H1.HeaderClassName
{
color: #EAB700;
}
.AnyTagClassName
{
color: #EAB700;
}
</style>
background-color css
<style>
a { background-color: #EAB700; }
a { background-color: rgb(234,183,0); }
div.DivClassName
{
background-color: #EAB700;
}
.BgClassName
{
background-color: #EAB700;
}
</style>
border-color css
<style>
span { border-color: #EAB700; }
span { border-color: rgb(234,183,0); }
td.TdClassName
{
border-color: #EAB700;
}
.TagClassName
{
border-color: #EAB700;
}
</style>