Shades of Golden Poppy #EABE00
Tints of Golden Poppy #EABE00
RGB
CMYK
RGB Variations
Color information
#EABE00 (or 0xEABE00) is known color: Golden Poppy. HEX triplet: EA, BE and 00. RGB value is (234,190,0). Sum of RGB (Red+Green+Blue) = 234+190+0=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABE00 is #1541FF. Grayscale: #B6B6B6. Windows color (decimal): -1393152 or 48874. OLE color: 48874.
HSL color Cylindrical-coordinate representation of color #EABE00: hue angle of 48.72º 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 #EABE00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.08 |
| HSL | 48.72º | 1% | 0.46% | - |
| HSV(B) | 48.72º | 1% | 0.92% | - |
| XYZ | 52.35 | 54.32 | 7.73 | - |
| YUV | 181.5 | 25.58 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 0 | 0 | 0.19 | 1 | 0.08 | 48.72 | 1 | 0.46 |
| Hex | EA | BE | 0 | 0 | 13 | 64 | 8 | 31 | 64 | 2E |
| Octal | 352 | 276 | 0 | 0 | 23 | 144 | 10 | 61 | 144 | 56 |
| Binary | 11101010 | 10111110 | 0 | 0 | 10011 | 1100100 | 1000 | 110001 | 1100100 | 101110 |
Color Harmonies of #EABE00
Complementary color
Monochromatic Colors of #EABE00
Black with #EABE00
Text Example
Text Example
White with #EABE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE00; }
p { color: rgb(234,190,0); }
H1.HeaderClassName
{
color: #EABE00;
}
.AnyTagClassName
{
color: #EABE00;
}
</style>
background-color css
<style>
a { background-color: #EABE00; }
a { background-color: rgb(234,190,0); }
div.DivClassName
{
background-color: #EABE00;
}
.BgClassName
{
background-color: #EABE00;
}
</style>
border-color css
<style>
span { border-color: #EABE00; }
span { border-color: rgb(234,190,0); }
td.TdClassName
{
border-color: #EABE00;
}
.TagClassName
{
border-color: #EABE00;
}
</style>