Shades of Golden Poppy #EABF07
Tints of Golden Poppy #EABF07
RGB
CMYK
RGB Variations
Color information
#EABF07 (or 0xEABF07) is known color: Golden Poppy. HEX triplet: EA, BF and 07. RGB value is (234,191,7). Sum of RGB (Red+Green+Blue) = 234+191+7=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 7 (3.12% from 255 or 1.62% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF07 is #1540F8. Grayscale: #B7B7B7. Windows color (decimal): -1392889 or 507882. OLE color: 507882.
HSL color Cylindrical-coordinate representation of color #EABF07: hue angle of 48.63º degrees, saturation: 0.94, 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 #EABF07 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.08 |
| HSL | 48.63º | 0.94% | 0.47% | - |
| HSV(B) | 48.63º | 0.97% | 0.92% | - |
| XYZ | 52.6 | 54.77 | 8 | - |
| YUV | 182.88 | 28.75 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 7 | 0 | 0.18 | 0.97 | 0.08 | 48.63 | 0.94 | 0.47 |
| Hex | EA | BF | 7 | 0 | 12 | 61 | 8 | 31 | 5E | 2F |
| Octal | 352 | 277 | 7 | 0 | 22 | 141 | 10 | 61 | 136 | 57 |
| Binary | 11101010 | 10111111 | 111 | 0 | 10010 | 1100001 | 1000 | 110001 | 1011110 | 101111 |
Color Harmonies of #EABF07
Complementary color
Monochromatic Colors of #EABF07
Black with #EABF07
Text Example
Text Example
White with #EABF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF07; }
p { color: rgb(234,191,7); }
H1.HeaderClassName
{
color: #EABF07;
}
.AnyTagClassName
{
color: #EABF07;
}
</style>
background-color css
<style>
a { background-color: #EABF07; }
a { background-color: rgb(234,191,7); }
div.DivClassName
{
background-color: #EABF07;
}
.BgClassName
{
background-color: #EABF07;
}
</style>
border-color css
<style>
span { border-color: #EABF07; }
span { border-color: rgb(234,191,7); }
td.TdClassName
{
border-color: #EABF07;
}
.TagClassName
{
border-color: #EABF07;
}
</style>