Shades of Golden Poppy #EABB0B
Tints of Golden Poppy #EABB0B
RGB
CMYK
RGB Variations
Color information
#EABB0B (or 0xEABB0B) is known color: Golden Poppy. HEX triplet: EA, BB and 0B. RGB value is (234,187,11). Sum of RGB (Red+Green+Blue) = 234+187+11=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB0B is #1544F4. Grayscale: #B5B5B5. Windows color (decimal): -1393909 or 769002. OLE color: 769002.
HSL color Cylindrical-coordinate representation of color #EABB0B: hue angle of 47.35º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EABB0B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.08 |
| HSL | 47.35º | 0.91% | 0.48% | - |
| HSV(B) | 47.35º | 0.95% | 0.92% | - |
| XYZ | 51.76 | 53.06 | 7.83 | - |
| YUV | 180.99 | 32.07 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 11 | 0 | 0.20 | 0.95 | 0.08 | 47.35 | 0.91 | 0.48 |
| Hex | EA | BB | B | 0 | 14 | 5F | 8 | 2F | 5B | 30 |
| Octal | 352 | 273 | 13 | 0 | 24 | 137 | 10 | 57 | 133 | 60 |
| Binary | 11101010 | 10111011 | 1011 | 0 | 10100 | 1011111 | 1000 | 101111 | 1011011 | 110000 |
Color Harmonies of #EABB0B
Complementary color
Monochromatic Colors of #EABB0B
Black with #EABB0B
Text Example
Text Example
White with #EABB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB0B; }
p { color: rgb(234,187,11); }
H1.HeaderClassName
{
color: #EABB0B;
}
.AnyTagClassName
{
color: #EABB0B;
}
</style>
background-color css
<style>
a { background-color: #EABB0B; }
a { background-color: rgb(234,187,11); }
div.DivClassName
{
background-color: #EABB0B;
}
.BgClassName
{
background-color: #EABB0B;
}
</style>
border-color css
<style>
span { border-color: #EABB0B; }
span { border-color: rgb(234,187,11); }
td.TdClassName
{
border-color: #EABB0B;
}
.TagClassName
{
border-color: #EABB0B;
}
</style>