Shades of Golden Poppy #EABF0A
Tints of Golden Poppy #EABF0A
RGB
CMYK
RGB Variations
Color information
#EABF0A (or 0xEABF0A) is known color: Golden Poppy. HEX triplet: EA, BF and 0A. RGB value is (234,191,10). Sum of RGB (Red+Green+Blue) = 234+191+10=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF0A is #1540F5. Grayscale: #B7B7B7. Windows color (decimal): -1392886 or 704490. OLE color: 704490.
HSL color Cylindrical-coordinate representation of color #EABF0A: hue angle of 48.48º 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 #EABF0A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.08 |
| HSL | 48.48º | 0.92% | 0.48% | - |
| HSV(B) | 48.48º | 0.96% | 0.92% | - |
| XYZ | 52.62 | 54.78 | 8.09 | - |
| YUV | 183.22 | 30.25 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 10 | 0 | 0.18 | 0.96 | 0.08 | 48.48 | 0.92 | 0.48 |
| Hex | EA | BF | A | 0 | 12 | 60 | 8 | 30 | 5C | 30 |
| Octal | 352 | 277 | 12 | 0 | 22 | 140 | 10 | 60 | 134 | 60 |
| Binary | 11101010 | 10111111 | 1010 | 0 | 10010 | 1100000 | 1000 | 110000 | 1011100 | 110000 |
Color Harmonies of #EABF0A
Complementary color
Monochromatic Colors of #EABF0A
Black with #EABF0A
Text Example
Text Example
White with #EABF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF0A; }
p { color: rgb(234,191,10); }
H1.HeaderClassName
{
color: #EABF0A;
}
.AnyTagClassName
{
color: #EABF0A;
}
</style>
background-color css
<style>
a { background-color: #EABF0A; }
a { background-color: rgb(234,191,10); }
div.DivClassName
{
background-color: #EABF0A;
}
.BgClassName
{
background-color: #EABF0A;
}
</style>
border-color css
<style>
span { border-color: #EABF0A; }
span { border-color: rgb(234,191,10); }
td.TdClassName
{
border-color: #EABF0A;
}
.TagClassName
{
border-color: #EABF0A;
}
</style>