Shades of Golden Poppy #EABA00
Tints of Golden Poppy #EABA00
RGB
CMYK
RGB Variations
Color information
#EABA00 (or 0xEABA00) is known color: Golden Poppy. HEX triplet: EA, BA and 00. RGB value is (234,186,0). Sum of RGB (Red+Green+Blue) = 234+186+0=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABA00 is #1545FF. Grayscale: #B3B3B3. Windows color (decimal): -1394176 or 47850. OLE color: 47850.
HSL color Cylindrical-coordinate representation of color #EABA00: hue angle of 47.69º 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 #EABA00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.08 |
| HSL | 47.69º | 1% | 0.46% | - |
| HSV(B) | 47.69º | 1% | 0.92% | - |
| XYZ | 51.49 | 52.61 | 7.44 | - |
| YUV | 179.15 | 26.9 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 0 | 0 | 0.21 | 1 | 0.08 | 47.69 | 1 | 0.46 |
| Hex | EA | BA | 0 | 0 | 15 | 64 | 8 | 30 | 64 | 2E |
| Octal | 352 | 272 | 0 | 0 | 25 | 144 | 10 | 60 | 144 | 56 |
| Binary | 11101010 | 10111010 | 0 | 0 | 10101 | 1100100 | 1000 | 110000 | 1100100 | 101110 |
Color Harmonies of #EABA00
Complementary color
Monochromatic Colors of #EABA00
Black with #EABA00
Text Example
Text Example
White with #EABA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA00; }
p { color: rgb(234,186,0); }
H1.HeaderClassName
{
color: #EABA00;
}
.AnyTagClassName
{
color: #EABA00;
}
</style>
background-color css
<style>
a { background-color: #EABA00; }
a { background-color: rgb(234,186,0); }
div.DivClassName
{
background-color: #EABA00;
}
.BgClassName
{
background-color: #EABA00;
}
</style>
border-color css
<style>
span { border-color: #EABA00; }
span { border-color: rgb(234,186,0); }
td.TdClassName
{
border-color: #EABA00;
}
.TagClassName
{
border-color: #EABA00;
}
</style>