Shades of Golden Poppy #EAB907
Tints of Golden Poppy #EAB907
RGB
CMYK
RGB Variations
Color information
#EAB907 (or 0xEAB907) is known color: Golden Poppy. HEX triplet: EA, B9 and 07. RGB value is (234,185,7). Sum of RGB (Red+Green+Blue) = 234+185+7=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB907 is #1546F8. Grayscale: #B4B4B4. Windows color (decimal): -1394425 or 506346. OLE color: 506346.
HSL color Cylindrical-coordinate representation of color #EAB907: hue angle of 47.05º degrees, saturation: 0.94, 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 #EAB907 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 7 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.08 |
| HSL | 47.05º | 0.94% | 0.47% | - |
| HSV(B) | 47.05º | 0.97% | 0.92% | - |
| XYZ | 51.32 | 52.21 | 7.57 | - |
| YUV | 179.36 | 30.73 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 7 | 0 | 0.21 | 0.97 | 0.08 | 47.05 | 0.94 | 0.47 |
| Hex | EA | B9 | 7 | 0 | 15 | 61 | 8 | 2F | 5E | 2F |
| Octal | 352 | 271 | 7 | 0 | 25 | 141 | 10 | 57 | 136 | 57 |
| Binary | 11101010 | 10111001 | 111 | 0 | 10101 | 1100001 | 1000 | 101111 | 1011110 | 101111 |
Color Harmonies of #EAB907
Complementary color
Monochromatic Colors of #EAB907
Black with #EAB907
Text Example
Text Example
White with #EAB907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB907; }
p { color: rgb(234,185,7); }
H1.HeaderClassName
{
color: #EAB907;
}
.AnyTagClassName
{
color: #EAB907;
}
</style>
background-color css
<style>
a { background-color: #EAB907; }
a { background-color: rgb(234,185,7); }
div.DivClassName
{
background-color: #EAB907;
}
.BgClassName
{
background-color: #EAB907;
}
</style>
border-color css
<style>
span { border-color: #EAB907; }
span { border-color: rgb(234,185,7); }
td.TdClassName
{
border-color: #EAB907;
}
.TagClassName
{
border-color: #EAB907;
}
</style>