Shades of Golden Poppy #EABA05
Tints of Golden Poppy #EABA05
RGB
CMYK
RGB Variations
Color information
#EABA05 (or 0xEABA05) is known color: Golden Poppy. HEX triplet: EA, BA and 05. RGB value is (234,186,5). Sum of RGB (Red+Green+Blue) = 234+186+5=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABA05 is #1545FA. Grayscale: #B4B4B4. Windows color (decimal): -1394171 or 375530. OLE color: 375530.
HSL color Cylindrical-coordinate representation of color #EABA05: hue angle of 47.42º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EABA05 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.08 |
| HSL | 47.42º | 0.96% | 0.47% | - |
| HSV(B) | 47.42º | 0.98% | 0.92% | - |
| XYZ | 51.52 | 52.62 | 7.59 | - |
| YUV | 179.72 | 29.4 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 5 | 0 | 0.21 | 0.98 | 0.08 | 47.42 | 0.96 | 0.47 |
| Hex | EA | BA | 5 | 0 | 15 | 62 | 8 | 2F | 60 | 2F |
| Octal | 352 | 272 | 5 | 0 | 25 | 142 | 10 | 57 | 140 | 57 |
| Binary | 11101010 | 10111010 | 101 | 0 | 10101 | 1100010 | 1000 | 101111 | 1100000 | 101111 |
Color Harmonies of #EABA05
Complementary color
Monochromatic Colors of #EABA05
Black with #EABA05
Text Example
Text Example
White with #EABA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA05; }
p { color: rgb(234,186,5); }
H1.HeaderClassName
{
color: #EABA05;
}
.AnyTagClassName
{
color: #EABA05;
}
</style>
background-color css
<style>
a { background-color: #EABA05; }
a { background-color: rgb(234,186,5); }
div.DivClassName
{
background-color: #EABA05;
}
.BgClassName
{
background-color: #EABA05;
}
</style>
border-color css
<style>
span { border-color: #EABA05; }
span { border-color: rgb(234,186,5); }
td.TdClassName
{
border-color: #EABA05;
}
.TagClassName
{
border-color: #EABA05;
}
</style>