Shades of Golden Poppy #EAC600
Tints of Golden Poppy #EAC600
RGB
CMYK
RGB Variations
Color information
#EAC600 (or 0xEAC600) is known color: Golden Poppy. HEX triplet: EA, C6 and 00. RGB value is (234,198,0). Sum of RGB (Red+Green+Blue) = 234+198+0=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC600 is #1539FF. Grayscale: #BBBBBB. Windows color (decimal): -1391104 or 50922. OLE color: 50922.
HSL color Cylindrical-coordinate representation of color #EAC600: hue angle of 50.77º 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 #EAC600 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.08 |
| HSL | 50.77º | 1% | 0.46% | - |
| HSV(B) | 50.77º | 1% | 0.92% | - |
| XYZ | 54.13 | 57.88 | 8.32 | - |
| YUV | 186.19 | 22.93 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 0 | 0 | 0.15 | 1 | 0.08 | 50.77 | 1 | 0.46 |
| Hex | EA | C6 | 0 | 0 | F | 64 | 8 | 33 | 64 | 2E |
| Octal | 352 | 306 | 0 | 0 | 17 | 144 | 10 | 63 | 144 | 56 |
| Binary | 11101010 | 11000110 | 0 | 0 | 1111 | 1100100 | 1000 | 110011 | 1100100 | 101110 |
Color Harmonies of #EAC600
Complementary color
Monochromatic Colors of #EAC600
Black with #EAC600
Text Example
Text Example
White with #EAC600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC600; }
p { color: rgb(234,198,0); }
H1.HeaderClassName
{
color: #EAC600;
}
.AnyTagClassName
{
color: #EAC600;
}
</style>
background-color css
<style>
a { background-color: #EAC600; }
a { background-color: rgb(234,198,0); }
div.DivClassName
{
background-color: #EAC600;
}
.BgClassName
{
background-color: #EAC600;
}
</style>
border-color css
<style>
span { border-color: #EAC600; }
span { border-color: rgb(234,198,0); }
td.TdClassName
{
border-color: #EAC600;
}
.TagClassName
{
border-color: #EAC600;
}
</style>