Shades of Golden Poppy #EABD00
Tints of Golden Poppy #EABD00
RGB
CMYK
RGB Variations
Color information
#EABD00 (or 0xEABD00) is known color: Golden Poppy. HEX triplet: EA, BD and 00. RGB value is (234,189,0). Sum of RGB (Red+Green+Blue) = 234+189+0=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD00 is #1542FF. Grayscale: #B5B5B5. Windows color (decimal): -1393408 or 48618. OLE color: 48618.
HSL color Cylindrical-coordinate representation of color #EABD00: hue angle of 48.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EABD00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.08 |
| HSL | 48.46º | 1% | 0.46% | - |
| HSV(B) | 48.46º | 1% | 0.92% | - |
| XYZ | 52.13 | 53.89 | 7.65 | - |
| YUV | 180.91 | 25.91 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 0 | 0 | 0.19 | 1 | 0.08 | 48.46 | 1 | 0.46 |
| Hex | EA | BD | 0 | 0 | 13 | 64 | 8 | 30 | 64 | 2E |
| Octal | 352 | 275 | 0 | 0 | 23 | 144 | 10 | 60 | 144 | 56 |
| Binary | 11101010 | 10111101 | 0 | 0 | 10011 | 1100100 | 1000 | 110000 | 1100100 | 101110 |
Color Harmonies of #EABD00
Complementary color
Monochromatic Colors of #EABD00
Black with #EABD00
Text Example
Text Example
White with #EABD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD00; }
p { color: rgb(234,189,0); }
H1.HeaderClassName
{
color: #EABD00;
}
.AnyTagClassName
{
color: #EABD00;
}
</style>
background-color css
<style>
a { background-color: #EABD00; }
a { background-color: rgb(234,189,0); }
div.DivClassName
{
background-color: #EABD00;
}
.BgClassName
{
background-color: #EABD00;
}
</style>
border-color css
<style>
span { border-color: #EABD00; }
span { border-color: rgb(234,189,0); }
td.TdClassName
{
border-color: #EABD00;
}
.TagClassName
{
border-color: #EABD00;
}
</style>