Shades of Golden Poppy #EAC800
Tints of Golden Poppy #EAC800
RGB
CMYK
RGB Variations
Color information
#EAC800 (or 0xEAC800) is known color: Golden Poppy. HEX triplet: EA, C8 and 00. RGB value is (234,200,0). Sum of RGB (Red+Green+Blue) = 234+200+0=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC800 is #1537FF. Grayscale: #BCBCBC. Windows color (decimal): -1390592 or 51434. OLE color: 51434.
HSL color Cylindrical-coordinate representation of color #EAC800: hue angle of 51.28º 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 #EAC800 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.08 |
| HSL | 51.28º | 1% | 0.46% | - |
| HSV(B) | 51.28º | 1% | 0.92% | - |
| XYZ | 54.59 | 58.8 | 8.47 | - |
| YUV | 187.37 | 22.26 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 0 | 0 | 0.15 | 1 | 0.08 | 51.28 | 1 | 0.46 |
| Hex | EA | C8 | 0 | 0 | F | 64 | 8 | 33 | 64 | 2E |
| Octal | 352 | 310 | 0 | 0 | 17 | 144 | 10 | 63 | 144 | 56 |
| Binary | 11101010 | 11001000 | 0 | 0 | 1111 | 1100100 | 1000 | 110011 | 1100100 | 101110 |
Color Harmonies of #EAC800
Complementary color
Monochromatic Colors of #EAC800
Black with #EAC800
Text Example
Text Example
White with #EAC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC800; }
p { color: rgb(234,200,0); }
H1.HeaderClassName
{
color: #EAC800;
}
.AnyTagClassName
{
color: #EAC800;
}
</style>
background-color css
<style>
a { background-color: #EAC800; }
a { background-color: rgb(234,200,0); }
div.DivClassName
{
background-color: #EAC800;
}
.BgClassName
{
background-color: #EAC800;
}
</style>
border-color css
<style>
span { border-color: #EAC800; }
span { border-color: rgb(234,200,0); }
td.TdClassName
{
border-color: #EAC800;
}
.TagClassName
{
border-color: #EAC800;
}
</style>