Shades of Golden Poppy #EABB08
Tints of Golden Poppy #EABB08
RGB
CMYK
RGB Variations
Color information
#EABB08 (or 0xEABB08) is known color: Golden Poppy. HEX triplet: EA, BB and 08. RGB value is (234,187,8). Sum of RGB (Red+Green+Blue) = 234+187+8=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB08 is #1544F7. Grayscale: #B5B5B5. Windows color (decimal): -1393912 or 572394. OLE color: 572394.
HSL color Cylindrical-coordinate representation of color #EABB08: hue angle of 47.52º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EABB08 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 8 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.08 |
| HSL | 47.52º | 0.93% | 0.47% | - |
| HSV(B) | 47.52º | 0.97% | 0.92% | - |
| XYZ | 51.75 | 53.05 | 7.74 | - |
| YUV | 180.65 | 30.57 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 8 | 0 | 0.20 | 0.97 | 0.08 | 47.52 | 0.93 | 0.47 |
| Hex | EA | BB | 8 | 0 | 14 | 61 | 8 | 30 | 5D | 2F |
| Octal | 352 | 273 | 10 | 0 | 24 | 141 | 10 | 60 | 135 | 57 |
| Binary | 11101010 | 10111011 | 1000 | 0 | 10100 | 1100001 | 1000 | 110000 | 1011101 | 101111 |
Color Harmonies of #EABB08
Complementary color
Monochromatic Colors of #EABB08
Black with #EABB08
Text Example
Text Example
White with #EABB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB08; }
p { color: rgb(234,187,8); }
H1.HeaderClassName
{
color: #EABB08;
}
.AnyTagClassName
{
color: #EABB08;
}
</style>
background-color css
<style>
a { background-color: #EABB08; }
a { background-color: rgb(234,187,8); }
div.DivClassName
{
background-color: #EABB08;
}
.BgClassName
{
background-color: #EABB08;
}
</style>
border-color css
<style>
span { border-color: #EABB08; }
span { border-color: rgb(234,187,8); }
td.TdClassName
{
border-color: #EABB08;
}
.TagClassName
{
border-color: #EABB08;
}
</style>