Shades of Golden Poppy #EABB06
Tints of Golden Poppy #EABB06
RGB
CMYK
RGB Variations
Color information
#EABB06 (or 0xEABB06) is known color: Golden Poppy. HEX triplet: EA, BB and 06. RGB value is (234,187,6). Sum of RGB (Red+Green+Blue) = 234+187+6=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 6 (2.73% from 255 or 1.41% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB06 is #1544F9. Grayscale: #B5B5B5. Windows color (decimal): -1393914 or 441322. OLE color: 441322.
HSL color Cylindrical-coordinate representation of color #EABB06: hue angle of 47.63º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EABB06 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 6 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.08 |
| HSL | 47.63º | 0.95% | 0.47% | - |
| HSV(B) | 47.63º | 0.97% | 0.92% | - |
| XYZ | 51.73 | 53.05 | 7.68 | - |
| YUV | 180.42 | 29.57 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 6 | 0 | 0.20 | 0.97 | 0.08 | 47.63 | 0.95 | 0.47 |
| Hex | EA | BB | 6 | 0 | 14 | 61 | 8 | 30 | 5F | 2F |
| Octal | 352 | 273 | 6 | 0 | 24 | 141 | 10 | 60 | 137 | 57 |
| Binary | 11101010 | 10111011 | 110 | 0 | 10100 | 1100001 | 1000 | 110000 | 1011111 | 101111 |
Color Harmonies of #EABB06
Complementary color
Monochromatic Colors of #EABB06
Black with #EABB06
Text Example
Text Example
White with #EABB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB06; }
p { color: rgb(234,187,6); }
H1.HeaderClassName
{
color: #EABB06;
}
.AnyTagClassName
{
color: #EABB06;
}
</style>
background-color css
<style>
a { background-color: #EABB06; }
a { background-color: rgb(234,187,6); }
div.DivClassName
{
background-color: #EABB06;
}
.BgClassName
{
background-color: #EABB06;
}
</style>
border-color css
<style>
span { border-color: #EABB06; }
span { border-color: rgb(234,187,6); }
td.TdClassName
{
border-color: #EABB06;
}
.TagClassName
{
border-color: #EABB06;
}
</style>