Shades of Golden Poppy #EAC105
Tints of Golden Poppy #EAC105
RGB
CMYK
RGB Variations
Color information
#EAC105 (or 0xEAC105) is known color: Golden Poppy. HEX triplet: EA, C1 and 05. RGB value is (234,193,5). Sum of RGB (Red+Green+Blue) = 234+193+5=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC105 is #153EFA. Grayscale: #B8B8B8. Windows color (decimal): -1392379 or 377322. OLE color: 377322.
HSL color Cylindrical-coordinate representation of color #EAC105: hue angle of 49.26º 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 #EAC105 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 5 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.08 |
| HSL | 49.26º | 0.96% | 0.47% | - |
| HSV(B) | 49.26º | 0.98% | 0.92% | - |
| XYZ | 53.03 | 55.64 | 8.09 | - |
| YUV | 183.83 | 27.08 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 5 | 0 | 0.18 | 0.98 | 0.08 | 49.26 | 0.96 | 0.47 |
| Hex | EA | C1 | 5 | 0 | 12 | 62 | 8 | 31 | 60 | 2F |
| Octal | 352 | 301 | 5 | 0 | 22 | 142 | 10 | 61 | 140 | 57 |
| Binary | 11101010 | 11000001 | 101 | 0 | 10010 | 1100010 | 1000 | 110001 | 1100000 | 101111 |
Color Harmonies of #EAC105
Complementary color
Monochromatic Colors of #EAC105
Black with #EAC105
Text Example
Text Example
White with #EAC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC105; }
p { color: rgb(234,193,5); }
H1.HeaderClassName
{
color: #EAC105;
}
.AnyTagClassName
{
color: #EAC105;
}
</style>
background-color css
<style>
a { background-color: #EAC105; }
a { background-color: rgb(234,193,5); }
div.DivClassName
{
background-color: #EAC105;
}
.BgClassName
{
background-color: #EAC105;
}
</style>
border-color css
<style>
span { border-color: #EAC105; }
span { border-color: rgb(234,193,5); }
td.TdClassName
{
border-color: #EAC105;
}
.TagClassName
{
border-color: #EAC105;
}
</style>