Shades of Golden Poppy #EAC502
Tints of Golden Poppy #EAC502
RGB
CMYK
RGB Variations
Color information
#EAC502 (or 0xEAC502) is known color: Golden Poppy. HEX triplet: EA, C5 and 02. RGB value is (234,197,2). Sum of RGB (Red+Green+Blue) = 234+197+2=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC502 is #153AFD. Grayscale: #BABABA. Windows color (decimal): -1391358 or 181738. OLE color: 181738.
HSL color Cylindrical-coordinate representation of color #EAC502: hue angle of 50.43º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAC502 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.08 |
| HSL | 50.43º | 0.98% | 0.46% | - |
| HSV(B) | 50.43º | 0.99% | 0.92% | - |
| XYZ | 53.91 | 57.43 | 8.3 | - |
| YUV | 185.83 | 24.26 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 2 | 0 | 0.16 | 0.99 | 0.08 | 50.43 | 0.98 | 0.46 |
| Hex | EA | C5 | 2 | 0 | 10 | 63 | 8 | 32 | 62 | 2E |
| Octal | 352 | 305 | 2 | 0 | 20 | 143 | 10 | 62 | 142 | 56 |
| Binary | 11101010 | 11000101 | 10 | 0 | 10000 | 1100011 | 1000 | 110010 | 1100010 | 101110 |
Color Harmonies of #EAC502
Complementary color
Monochromatic Colors of #EAC502
Black with #EAC502
Text Example
Text Example
White with #EAC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC502; }
p { color: rgb(234,197,2); }
H1.HeaderClassName
{
color: #EAC502;
}
.AnyTagClassName
{
color: #EAC502;
}
</style>
background-color css
<style>
a { background-color: #EAC502; }
a { background-color: rgb(234,197,2); }
div.DivClassName
{
background-color: #EAC502;
}
.BgClassName
{
background-color: #EAC502;
}
</style>
border-color css
<style>
span { border-color: #EAC502; }
span { border-color: rgb(234,197,2); }
td.TdClassName
{
border-color: #EAC502;
}
.TagClassName
{
border-color: #EAC502;
}
</style>