Shades of Golden Poppy #EABA09
Tints of Golden Poppy #EABA09
RGB
CMYK
RGB Variations
Color information
#EABA09 (or 0xEABA09) is known color: Golden Poppy. HEX triplet: EA, BA and 09. RGB value is (234,186,9). Sum of RGB (Red+Green+Blue) = 234+186+9=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABA09 is #1545F6. Grayscale: #B4B4B4. Windows color (decimal): -1394167 or 637674. OLE color: 637674.
HSL color Cylindrical-coordinate representation of color #EABA09: hue angle of 47.2º degrees, saturation: 0.93, 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 #EABA09 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 9 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.08 |
| HSL | 47.2º | 0.93% | 0.48% | - |
| HSV(B) | 47.2º | 0.96% | 0.92% | - |
| XYZ | 51.54 | 52.63 | 7.7 | - |
| YUV | 180.17 | 31.4 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 9 | 0 | 0.21 | 0.96 | 0.08 | 47.2 | 0.93 | 0.48 |
| Hex | EA | BA | 9 | 0 | 15 | 60 | 8 | 2F | 5D | 30 |
| Octal | 352 | 272 | 11 | 0 | 25 | 140 | 10 | 57 | 135 | 60 |
| Binary | 11101010 | 10111010 | 1001 | 0 | 10101 | 1100000 | 1000 | 101111 | 1011101 | 110000 |
Color Harmonies of #EABA09
Complementary color
Monochromatic Colors of #EABA09
Black with #EABA09
Text Example
Text Example
White with #EABA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA09; }
p { color: rgb(234,186,9); }
H1.HeaderClassName
{
color: #EABA09;
}
.AnyTagClassName
{
color: #EABA09;
}
</style>
background-color css
<style>
a { background-color: #EABA09; }
a { background-color: rgb(234,186,9); }
div.DivClassName
{
background-color: #EABA09;
}
.BgClassName
{
background-color: #EABA09;
}
</style>
border-color css
<style>
span { border-color: #EABA09; }
span { border-color: rgb(234,186,9); }
td.TdClassName
{
border-color: #EABA09;
}
.TagClassName
{
border-color: #EABA09;
}
</style>