Shades of Golden Poppy #EABB05
Tints of Golden Poppy #EABB05
RGB
CMYK
RGB Variations
Color information
#EABB05 (or 0xEABB05) is known color: Golden Poppy. HEX triplet: EA, BB and 05. RGB value is (234,187,5). Sum of RGB (Red+Green+Blue) = 234+187+5=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB05 is #1544FA. Grayscale: #B5B5B5. Windows color (decimal): -1393915 or 375786. OLE color: 375786.
HSL color Cylindrical-coordinate representation of color #EABB05: hue angle of 47.69º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EABB05 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.08 |
| HSL | 47.69º | 0.96% | 0.47% | - |
| HSV(B) | 47.69º | 0.98% | 0.92% | - |
| XYZ | 51.73 | 53.04 | 7.66 | - |
| YUV | 180.31 | 29.07 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 5 | 0 | 0.20 | 0.98 | 0.08 | 47.69 | 0.96 | 0.47 |
| Hex | EA | BB | 5 | 0 | 14 | 62 | 8 | 30 | 60 | 2F |
| Octal | 352 | 273 | 5 | 0 | 24 | 142 | 10 | 60 | 140 | 57 |
| Binary | 11101010 | 10111011 | 101 | 0 | 10100 | 1100010 | 1000 | 110000 | 1100000 | 101111 |
Color Harmonies of #EABB05
Complementary color
Monochromatic Colors of #EABB05
Black with #EABB05
Text Example
Text Example
White with #EABB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB05; }
p { color: rgb(234,187,5); }
H1.HeaderClassName
{
color: #EABB05;
}
.AnyTagClassName
{
color: #EABB05;
}
</style>
background-color css
<style>
a { background-color: #EABB05; }
a { background-color: rgb(234,187,5); }
div.DivClassName
{
background-color: #EABB05;
}
.BgClassName
{
background-color: #EABB05;
}
</style>
border-color css
<style>
span { border-color: #EABB05; }
span { border-color: rgb(234,187,5); }
td.TdClassName
{
border-color: #EABB05;
}
.TagClassName
{
border-color: #EABB05;
}
</style>