Shades of Golden Poppy #EABD0B
Tints of Golden Poppy #EABD0B
RGB
CMYK
RGB Variations
Color information
#EABD0B (or 0xEABD0B) is known color: Golden Poppy. HEX triplet: EA, BD and 0B. RGB value is (234,189,11). Sum of RGB (Red+Green+Blue) = 234+189+11=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 11 (4.69% from 255 or 2.53% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD0B is #1542F4. Grayscale: #B6B6B6. Windows color (decimal): -1393397 or 769514. OLE color: 769514.
HSL color Cylindrical-coordinate representation of color #EABD0B: hue angle of 47.89º 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 #EABD0B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.08 |
| HSL | 47.89º | 0.91% | 0.48% | - |
| HSV(B) | 47.89º | 0.95% | 0.92% | - |
| XYZ | 52.19 | 53.91 | 7.97 | - |
| YUV | 182.16 | 31.41 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 11 | 0 | 0.19 | 0.95 | 0.08 | 47.89 | 0.91 | 0.48 |
| Hex | EA | BD | B | 0 | 13 | 5F | 8 | 30 | 5B | 30 |
| Octal | 352 | 275 | 13 | 0 | 23 | 137 | 10 | 60 | 133 | 60 |
| Binary | 11101010 | 10111101 | 1011 | 0 | 10011 | 1011111 | 1000 | 110000 | 1011011 | 110000 |
Color Harmonies of #EABD0B
Complementary color
Monochromatic Colors of #EABD0B
Black with #EABD0B
Text Example
Text Example
White with #EABD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD0B; }
p { color: rgb(234,189,11); }
H1.HeaderClassName
{
color: #EABD0B;
}
.AnyTagClassName
{
color: #EABD0B;
}
</style>
background-color css
<style>
a { background-color: #EABD0B; }
a { background-color: rgb(234,189,11); }
div.DivClassName
{
background-color: #EABD0B;
}
.BgClassName
{
background-color: #EABD0B;
}
</style>
border-color css
<style>
span { border-color: #EABD0B; }
span { border-color: rgb(234,189,11); }
td.TdClassName
{
border-color: #EABD0B;
}
.TagClassName
{
border-color: #EABD0B;
}
</style>