Shades of Golden Poppy #EABD0A
Tints of Golden Poppy #EABD0A
RGB
CMYK
RGB Variations
Color information
#EABD0A (or 0xEABD0A) is known color: Golden Poppy. HEX triplet: EA, BD and 0A. RGB value is (234,189,10). Sum of RGB (Red+Green+Blue) = 234+189+10=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD0A is #1542F5. Grayscale: #B6B6B6. Windows color (decimal): -1393398 or 703978. OLE color: 703978.
HSL color Cylindrical-coordinate representation of color #EABD0A: hue angle of 47.95º 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 #EABD0A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 10 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.08 |
| HSL | 47.95º | 0.92% | 0.48% | - |
| HSV(B) | 47.95º | 0.96% | 0.92% | - |
| XYZ | 52.18 | 53.91 | 7.94 | - |
| YUV | 182.05 | 30.91 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 10 | 0 | 0.19 | 0.96 | 0.08 | 47.95 | 0.92 | 0.48 |
| Hex | EA | BD | A | 0 | 13 | 60 | 8 | 30 | 5C | 30 |
| Octal | 352 | 275 | 12 | 0 | 23 | 140 | 10 | 60 | 134 | 60 |
| Binary | 11101010 | 10111101 | 1010 | 0 | 10011 | 1100000 | 1000 | 110000 | 1011100 | 110000 |
Color Harmonies of #EABD0A
Complementary color
Monochromatic Colors of #EABD0A
Black with #EABD0A
Text Example
Text Example
White with #EABD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD0A; }
p { color: rgb(234,189,10); }
H1.HeaderClassName
{
color: #EABD0A;
}
.AnyTagClassName
{
color: #EABD0A;
}
</style>
background-color css
<style>
a { background-color: #EABD0A; }
a { background-color: rgb(234,189,10); }
div.DivClassName
{
background-color: #EABD0A;
}
.BgClassName
{
background-color: #EABD0A;
}
</style>
border-color css
<style>
span { border-color: #EABD0A; }
span { border-color: rgb(234,189,10); }
td.TdClassName
{
border-color: #EABD0A;
}
.TagClassName
{
border-color: #EABD0A;
}
</style>