Shades of Golden Poppy #EAC900
Tints of Golden Poppy #EAC900
RGB
CMYK
RGB Variations
Color information
#EAC900 (or 0xEAC900) is known color: Golden Poppy. HEX triplet: EA, C9 and 00. RGB value is (234,201,0). Sum of RGB (Red+Green+Blue) = 234+201+0=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC900 is #1536FF. Grayscale: #BCBCBC. Windows color (decimal): -1390336 or 51690. OLE color: 51690.
HSL color Cylindrical-coordinate representation of color #EAC900: hue angle of 51.54º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAC900 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.08 |
| HSL | 51.54º | 1% | 0.46% | - |
| HSV(B) | 51.54º | 1% | 0.92% | - |
| XYZ | 54.82 | 59.27 | 8.55 | - |
| YUV | 187.95 | 21.93 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 0 | 0 | 0.14 | 1 | 0.08 | 51.54 | 1 | 0.46 |
| Hex | EA | C9 | 0 | 0 | E | 64 | 8 | 34 | 64 | 2E |
| Octal | 352 | 311 | 0 | 0 | 16 | 144 | 10 | 64 | 144 | 56 |
| Binary | 11101010 | 11001001 | 0 | 0 | 1110 | 1100100 | 1000 | 110100 | 1100100 | 101110 |
Color Harmonies of #EAC900
Complementary color
Monochromatic Colors of #EAC900
Black with #EAC900
Text Example
Text Example
White with #EAC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC900; }
p { color: rgb(234,201,0); }
H1.HeaderClassName
{
color: #EAC900;
}
.AnyTagClassName
{
color: #EAC900;
}
</style>
background-color css
<style>
a { background-color: #EAC900; }
a { background-color: rgb(234,201,0); }
div.DivClassName
{
background-color: #EAC900;
}
.BgClassName
{
background-color: #EAC900;
}
</style>
border-color css
<style>
span { border-color: #EAC900; }
span { border-color: rgb(234,201,0); }
td.TdClassName
{
border-color: #EAC900;
}
.TagClassName
{
border-color: #EAC900;
}
</style>