Shades of Golden Poppy #EAC205
Tints of Golden Poppy #EAC205
RGB
CMYK
RGB Variations
Color information
#EAC205 (or 0xEAC205) is known color: Golden Poppy. HEX triplet: EA, C2 and 05. RGB value is (234,194,5). Sum of RGB (Red+Green+Blue) = 234+194+5=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC205 is #153DFA. Grayscale: #B9B9B9. Windows color (decimal): -1392123 or 377578. OLE color: 377578.
HSL color Cylindrical-coordinate representation of color #EAC205: hue angle of 49.52º 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 #EAC205 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.08 |
| HSL | 49.52º | 0.96% | 0.47% | - |
| HSV(B) | 49.52º | 0.98% | 0.92% | - |
| XYZ | 53.25 | 56.09 | 8.16 | - |
| YUV | 184.41 | 26.75 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 5 | 0 | 0.17 | 0.98 | 0.08 | 49.52 | 0.96 | 0.47 |
| Hex | EA | C2 | 5 | 0 | 11 | 62 | 8 | 32 | 60 | 2F |
| Octal | 352 | 302 | 5 | 0 | 21 | 142 | 10 | 62 | 140 | 57 |
| Binary | 11101010 | 11000010 | 101 | 0 | 10001 | 1100010 | 1000 | 110010 | 1100000 | 101111 |
Color Harmonies of #EAC205
Complementary color
Monochromatic Colors of #EAC205
Black with #EAC205
Text Example
Text Example
White with #EAC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC205; }
p { color: rgb(234,194,5); }
H1.HeaderClassName
{
color: #EAC205;
}
.AnyTagClassName
{
color: #EAC205;
}
</style>
background-color css
<style>
a { background-color: #EAC205; }
a { background-color: rgb(234,194,5); }
div.DivClassName
{
background-color: #EAC205;
}
.BgClassName
{
background-color: #EAC205;
}
</style>
border-color css
<style>
span { border-color: #EAC205; }
span { border-color: rgb(234,194,5); }
td.TdClassName
{
border-color: #EAC205;
}
.TagClassName
{
border-color: #EAC205;
}
</style>