Shades of Golden Poppy #EAC602
Tints of Golden Poppy #EAC602
RGB
CMYK
RGB Variations
Color information
#EAC602 (or 0xEAC602) is known color: Golden Poppy. HEX triplet: EA, C6 and 02. RGB value is (234,198,2). Sum of RGB (Red+Green+Blue) = 234+198+2=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC602 is #1539FD. Grayscale: #BBBBBB. Windows color (decimal): -1391102 or 181994. OLE color: 181994.
HSL color Cylindrical-coordinate representation of color #EAC602: hue angle of 50.69º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAC602 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.08 |
| HSL | 50.69º | 0.98% | 0.46% | - |
| HSV(B) | 50.69º | 0.99% | 0.92% | - |
| XYZ | 54.14 | 57.88 | 8.38 | - |
| YUV | 186.42 | 23.93 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 2 | 0 | 0.15 | 0.99 | 0.08 | 50.69 | 0.98 | 0.46 |
| Hex | EA | C6 | 2 | 0 | F | 63 | 8 | 33 | 62 | 2E |
| Octal | 352 | 306 | 2 | 0 | 17 | 143 | 10 | 63 | 142 | 56 |
| Binary | 11101010 | 11000110 | 10 | 0 | 1111 | 1100011 | 1000 | 110011 | 1100010 | 101110 |
Color Harmonies of #EAC602
Complementary color
Monochromatic Colors of #EAC602
Black with #EAC602
Text Example
Text Example
White with #EAC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC602; }
p { color: rgb(234,198,2); }
H1.HeaderClassName
{
color: #EAC602;
}
.AnyTagClassName
{
color: #EAC602;
}
</style>
background-color css
<style>
a { background-color: #EAC602; }
a { background-color: rgb(234,198,2); }
div.DivClassName
{
background-color: #EAC602;
}
.BgClassName
{
background-color: #EAC602;
}
</style>
border-color css
<style>
span { border-color: #EAC602; }
span { border-color: rgb(234,198,2); }
td.TdClassName
{
border-color: #EAC602;
}
.TagClassName
{
border-color: #EAC602;
}
</style>