Shades of Golden Poppy #EAC702
Tints of Golden Poppy #EAC702
RGB
CMYK
RGB Variations
Color information
#EAC702 (or 0xEAC702) is known color: Golden Poppy. HEX triplet: EA, C7 and 02. RGB value is (234,199,2). Sum of RGB (Red+Green+Blue) = 234+199+2=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC702 is #1538FD. Grayscale: #BBBBBB. Windows color (decimal): -1390846 or 182250. OLE color: 182250.
HSL color Cylindrical-coordinate representation of color #EAC702: hue angle of 50.95º 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 #EAC702 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.08 |
| HSL | 50.95º | 0.98% | 0.46% | - |
| HSV(B) | 50.95º | 0.99% | 0.92% | - |
| XYZ | 54.37 | 58.34 | 8.45 | - |
| YUV | 187.01 | 23.6 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 2 | 0 | 0.15 | 0.99 | 0.08 | 50.95 | 0.98 | 0.46 |
| Hex | EA | C7 | 2 | 0 | F | 63 | 8 | 33 | 62 | 2E |
| Octal | 352 | 307 | 2 | 0 | 17 | 143 | 10 | 63 | 142 | 56 |
| Binary | 11101010 | 11000111 | 10 | 0 | 1111 | 1100011 | 1000 | 110011 | 1100010 | 101110 |
Color Harmonies of #EAC702
Complementary color
Monochromatic Colors of #EAC702
Black with #EAC702
Text Example
Text Example
White with #EAC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC702; }
p { color: rgb(234,199,2); }
H1.HeaderClassName
{
color: #EAC702;
}
.AnyTagClassName
{
color: #EAC702;
}
</style>
background-color css
<style>
a { background-color: #EAC702; }
a { background-color: rgb(234,199,2); }
div.DivClassName
{
background-color: #EAC702;
}
.BgClassName
{
background-color: #EAC702;
}
</style>
border-color css
<style>
span { border-color: #EAC702; }
span { border-color: rgb(234,199,2); }
td.TdClassName
{
border-color: #EAC702;
}
.TagClassName
{
border-color: #EAC702;
}
</style>