Shades of Golden Poppy #EABB0A
Tints of Golden Poppy #EABB0A
RGB
CMYK
RGB Variations
Color information
#EABB0A (or 0xEABB0A) is known color: Golden Poppy. HEX triplet: EA, BB and 0A. RGB value is (234,187,10). Sum of RGB (Red+Green+Blue) = 234+187+10=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB0A is #1544F5. Grayscale: #B5B5B5. Windows color (decimal): -1393910 or 703466. OLE color: 703466.
HSL color Cylindrical-coordinate representation of color #EABB0A: hue angle of 47.41º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EABB0A is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 10 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.08 |
| HSL | 47.41º | 0.92% | 0.48% | - |
| HSV(B) | 47.41º | 0.96% | 0.92% | - |
| XYZ | 51.76 | 53.05 | 7.8 | - |
| YUV | 180.88 | 31.57 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 10 | 0 | 0.20 | 0.96 | 0.08 | 47.41 | 0.92 | 0.48 |
| Hex | EA | BB | A | 0 | 14 | 60 | 8 | 2F | 5C | 30 |
| Octal | 352 | 273 | 12 | 0 | 24 | 140 | 10 | 57 | 134 | 60 |
| Binary | 11101010 | 10111011 | 1010 | 0 | 10100 | 1100000 | 1000 | 101111 | 1011100 | 110000 |
Color Harmonies of #EABB0A
Complementary color
Monochromatic Colors of #EABB0A
Black with #EABB0A
Text Example
Text Example
White with #EABB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB0A; }
p { color: rgb(234,187,10); }
H1.HeaderClassName
{
color: #EABB0A;
}
.AnyTagClassName
{
color: #EABB0A;
}
</style>
background-color css
<style>
a { background-color: #EABB0A; }
a { background-color: rgb(234,187,10); }
div.DivClassName
{
background-color: #EABB0A;
}
.BgClassName
{
background-color: #EABB0A;
}
</style>
border-color css
<style>
span { border-color: #EABB0A; }
span { border-color: rgb(234,187,10); }
td.TdClassName
{
border-color: #EABB0A;
}
.TagClassName
{
border-color: #EABB0A;
}
</style>