Shades of Golden Poppy #EAC401
Tints of Golden Poppy #EAC401
RGB
CMYK
RGB Variations
Color information
#EAC401 (or 0xEAC401) is known color: Golden Poppy. HEX triplet: EA, C4 and 01. RGB value is (234,196,1). Sum of RGB (Red+Green+Blue) = 234+196+1=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC401 is #153BFE. Grayscale: #B9B9B9. Windows color (decimal): -1391615 or 115946. OLE color: 115946.
HSL color Cylindrical-coordinate representation of color #EAC401: hue angle of 50.21º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAC401 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.08 |
| HSL | 50.21º | 0.99% | 0.46% | - |
| HSV(B) | 50.21º | 1% | 0.92% | - |
| XYZ | 53.68 | 56.97 | 8.2 | - |
| YUV | 185.13 | 24.09 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 1 | 0 | 0.16 | 1.00 | 0.08 | 50.21 | 0.99 | 0.46 |
| Hex | EA | C4 | 1 | 0 | 10 | 64 | 8 | 32 | 63 | 2E |
| Octal | 352 | 304 | 1 | 0 | 20 | 144 | 10 | 62 | 143 | 56 |
| Binary | 11101010 | 11000100 | 1 | 0 | 10000 | 1100100 | 1000 | 110010 | 1100011 | 101110 |
Color Harmonies of #EAC401
Complementary color
Monochromatic Colors of #EAC401
Black with #EAC401
Text Example
Text Example
White with #EAC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC401; }
p { color: rgb(234,196,1); }
H1.HeaderClassName
{
color: #EAC401;
}
.AnyTagClassName
{
color: #EAC401;
}
</style>
background-color css
<style>
a { background-color: #EAC401; }
a { background-color: rgb(234,196,1); }
div.DivClassName
{
background-color: #EAC401;
}
.BgClassName
{
background-color: #EAC401;
}
</style>
border-color css
<style>
span { border-color: #EAC401; }
span { border-color: rgb(234,196,1); }
td.TdClassName
{
border-color: #EAC401;
}
.TagClassName
{
border-color: #EAC401;
}
</style>