Shades of Golden Poppy #EABF0B
Tints of Golden Poppy #EABF0B
RGB
CMYK
RGB Variations
Color information
#EABF0B (or 0xEABF0B) is known color: Golden Poppy. HEX triplet: EA, BF and 0B. RGB value is (234,191,11). Sum of RGB (Red+Green+Blue) = 234+191+11=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF0B is #1540F4. Grayscale: #B8B8B8. Windows color (decimal): -1392885 or 770026. OLE color: 770026.
HSL color Cylindrical-coordinate representation of color #EABF0B: hue angle of 48.43º 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 #EABF0B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.08 |
| HSL | 48.43º | 0.91% | 0.48% | - |
| HSV(B) | 48.43º | 0.95% | 0.92% | - |
| XYZ | 52.62 | 54.78 | 8.12 | - |
| YUV | 183.34 | 30.75 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 11 | 0 | 0.18 | 0.95 | 0.08 | 48.43 | 0.91 | 0.48 |
| Hex | EA | BF | B | 0 | 12 | 5F | 8 | 30 | 5B | 30 |
| Octal | 352 | 277 | 13 | 0 | 22 | 137 | 10 | 60 | 133 | 60 |
| Binary | 11101010 | 10111111 | 1011 | 0 | 10010 | 1011111 | 1000 | 110000 | 1011011 | 110000 |
Color Harmonies of #EABF0B
Complementary color
Monochromatic Colors of #EABF0B
Black with #EABF0B
Text Example
Text Example
White with #EABF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF0B; }
p { color: rgb(234,191,11); }
H1.HeaderClassName
{
color: #EABF0B;
}
.AnyTagClassName
{
color: #EABF0B;
}
</style>
background-color css
<style>
a { background-color: #EABF0B; }
a { background-color: rgb(234,191,11); }
div.DivClassName
{
background-color: #EABF0B;
}
.BgClassName
{
background-color: #EABF0B;
}
</style>
border-color css
<style>
span { border-color: #EABF0B; }
span { border-color: rgb(234,191,11); }
td.TdClassName
{
border-color: #EABF0B;
}
.TagClassName
{
border-color: #EABF0B;
}
</style>