Shades of Golden Poppy #EAC108
Tints of Golden Poppy #EAC108
RGB
CMYK
RGB Variations
Color information
#EAC108 (or 0xEAC108) is known color: Golden Poppy. HEX triplet: EA, C1 and 08. RGB value is (234,193,8). Sum of RGB (Red+Green+Blue) = 234+193+8=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC108 is #153EF7. Grayscale: #B8B8B8. Windows color (decimal): -1392376 or 573930. OLE color: 573930.
HSL color Cylindrical-coordinate representation of color #EAC108: hue angle of 49.12º 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 #EAC108 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 8 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.08 |
| HSL | 49.12º | 0.93% | 0.47% | - |
| HSV(B) | 49.12º | 0.97% | 0.92% | - |
| XYZ | 53.05 | 55.65 | 8.18 | - |
| YUV | 184.17 | 28.58 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 8 | 0 | 0.18 | 0.97 | 0.08 | 49.12 | 0.93 | 0.47 |
| Hex | EA | C1 | 8 | 0 | 12 | 61 | 8 | 31 | 5D | 2F |
| Octal | 352 | 301 | 10 | 0 | 22 | 141 | 10 | 61 | 135 | 57 |
| Binary | 11101010 | 11000001 | 1000 | 0 | 10010 | 1100001 | 1000 | 110001 | 1011101 | 101111 |
Color Harmonies of #EAC108
Complementary color
Monochromatic Colors of #EAC108
Black with #EAC108
Text Example
Text Example
White with #EAC108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC108; }
p { color: rgb(234,193,8); }
H1.HeaderClassName
{
color: #EAC108;
}
.AnyTagClassName
{
color: #EAC108;
}
</style>
background-color css
<style>
a { background-color: #EAC108; }
a { background-color: rgb(234,193,8); }
div.DivClassName
{
background-color: #EAC108;
}
.BgClassName
{
background-color: #EAC108;
}
</style>
border-color css
<style>
span { border-color: #EAC108; }
span { border-color: rgb(234,193,8); }
td.TdClassName
{
border-color: #EAC108;
}
.TagClassName
{
border-color: #EAC108;
}
</style>