Shades of Golden Poppy #EAC901
Tints of Golden Poppy #EAC901
RGB
CMYK
RGB Variations
Color information
#EAC901 (or 0xEAC901) is known color: Golden Poppy. HEX triplet: EA, C9 and 01. RGB value is (234,201,1). Sum of RGB (Red+Green+Blue) = 234+201+1=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC901 is #1536FE. Grayscale: #BCBCBC. Windows color (decimal): -1390335 or 117226. OLE color: 117226.
HSL color Cylindrical-coordinate representation of color #EAC901: hue angle of 51.5º 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 #EAC901 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.08 |
| HSL | 51.5º | 0.99% | 0.46% | - |
| HSV(B) | 51.5º | 1% | 0.92% | - |
| XYZ | 54.82 | 59.27 | 8.58 | - |
| YUV | 188.07 | 22.43 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 1 | 0 | 0.14 | 1.00 | 0.08 | 51.5 | 0.99 | 0.46 |
| Hex | EA | C9 | 1 | 0 | E | 64 | 8 | 34 | 63 | 2E |
| Octal | 352 | 311 | 1 | 0 | 16 | 144 | 10 | 64 | 143 | 56 |
| Binary | 11101010 | 11001001 | 1 | 0 | 1110 | 1100100 | 1000 | 110100 | 1100011 | 101110 |
Color Harmonies of #EAC901
Complementary color
Monochromatic Colors of #EAC901
Black with #EAC901
Text Example
Text Example
White with #EAC901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC901; }
p { color: rgb(234,201,1); }
H1.HeaderClassName
{
color: #EAC901;
}
.AnyTagClassName
{
color: #EAC901;
}
</style>
background-color css
<style>
a { background-color: #EAC901; }
a { background-color: rgb(234,201,1); }
div.DivClassName
{
background-color: #EAC901;
}
.BgClassName
{
background-color: #EAC901;
}
</style>
border-color css
<style>
span { border-color: #EAC901; }
span { border-color: rgb(234,201,1); }
td.TdClassName
{
border-color: #EAC901;
}
.TagClassName
{
border-color: #EAC901;
}
</style>