Shades of Golden Poppy #EAC508
Tints of Golden Poppy #EAC508
RGB
CMYK
RGB Variations
Color information
#EAC508 (or 0xEAC508) is known color: Golden Poppy. HEX triplet: EA, C5 and 08. RGB value is (234,197,8). Sum of RGB (Red+Green+Blue) = 234+197+8=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC508 is #153AF7. Grayscale: #BBBBBB. Windows color (decimal): -1391352 or 574954. OLE color: 574954.
HSL color Cylindrical-coordinate representation of color #EAC508: hue angle of 50.18º degrees, saturation: 0.93, 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 #EAC508 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 8 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.08 |
| HSL | 50.18º | 0.93% | 0.47% | - |
| HSV(B) | 50.18º | 0.97% | 0.92% | - |
| XYZ | 53.94 | 57.44 | 8.47 | - |
| YUV | 186.52 | 27.26 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 8 | 0 | 0.16 | 0.97 | 0.08 | 50.18 | 0.93 | 0.47 |
| Hex | EA | C5 | 8 | 0 | 10 | 61 | 8 | 32 | 5D | 2F |
| Octal | 352 | 305 | 10 | 0 | 20 | 141 | 10 | 62 | 135 | 57 |
| Binary | 11101010 | 11000101 | 1000 | 0 | 10000 | 1100001 | 1000 | 110010 | 1011101 | 101111 |
Color Harmonies of #EAC508
Complementary color
Monochromatic Colors of #EAC508
Black with #EAC508
Text Example
Text Example
White with #EAC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC508; }
p { color: rgb(234,197,8); }
H1.HeaderClassName
{
color: #EAC508;
}
.AnyTagClassName
{
color: #EAC508;
}
</style>
background-color css
<style>
a { background-color: #EAC508; }
a { background-color: rgb(234,197,8); }
div.DivClassName
{
background-color: #EAC508;
}
.BgClassName
{
background-color: #EAC508;
}
</style>
border-color css
<style>
span { border-color: #EAC508; }
span { border-color: rgb(234,197,8); }
td.TdClassName
{
border-color: #EAC508;
}
.TagClassName
{
border-color: #EAC508;
}
</style>