Shades of Golden Poppy #EAC908
Tints of Golden Poppy #EAC908
RGB
CMYK
RGB Variations
Color information
#EAC908 (or 0xEAC908) is known color: Golden Poppy. HEX triplet: EA, C9 and 08. RGB value is (234,201,8). Sum of RGB (Red+Green+Blue) = 234+201+8=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC908 is #1536F7. Grayscale: #BDBDBD. Windows color (decimal): -1390328 or 575978. OLE color: 575978.
HSL color Cylindrical-coordinate representation of color #EAC908: hue angle of 51.24º 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 #EAC908 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 8 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.08 |
| HSL | 51.24º | 0.93% | 0.47% | - |
| HSV(B) | 51.24º | 0.97% | 0.92% | - |
| XYZ | 54.86 | 59.28 | 8.78 | - |
| YUV | 188.87 | 25.93 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 8 | 0 | 0.14 | 0.97 | 0.08 | 51.24 | 0.93 | 0.47 |
| Hex | EA | C9 | 8 | 0 | E | 61 | 8 | 33 | 5D | 2F |
| Octal | 352 | 311 | 10 | 0 | 16 | 141 | 10 | 63 | 135 | 57 |
| Binary | 11101010 | 11001001 | 1000 | 0 | 1110 | 1100001 | 1000 | 110011 | 1011101 | 101111 |
Color Harmonies of #EAC908
Complementary color
Monochromatic Colors of #EAC908
Black with #EAC908
Text Example
Text Example
White with #EAC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC908; }
p { color: rgb(234,201,8); }
H1.HeaderClassName
{
color: #EAC908;
}
.AnyTagClassName
{
color: #EAC908;
}
</style>
background-color css
<style>
a { background-color: #EAC908; }
a { background-color: rgb(234,201,8); }
div.DivClassName
{
background-color: #EAC908;
}
.BgClassName
{
background-color: #EAC908;
}
</style>
border-color css
<style>
span { border-color: #EAC908; }
span { border-color: rgb(234,201,8); }
td.TdClassName
{
border-color: #EAC908;
}
.TagClassName
{
border-color: #EAC908;
}
</style>