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