Shades of Golden Poppy #EAC802
Tints of Golden Poppy #EAC802
RGB
CMYK
RGB Variations
Color information
#EAC802 (or 0xEAC802) is known color: Golden Poppy. HEX triplet: EA, C8 and 02. RGB value is (234,200,2). Sum of RGB (Red+Green+Blue) = 234+200+2=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC802 is #1537FD. Grayscale: #BCBCBC. Windows color (decimal): -1390590 or 182506. OLE color: 182506.
HSL color Cylindrical-coordinate representation of color #EAC802: hue angle of 51.21º 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 #EAC802 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.08 |
| HSL | 51.21º | 0.98% | 0.46% | - |
| HSV(B) | 51.21º | 0.99% | 0.92% | - |
| XYZ | 54.6 | 58.81 | 8.53 | - |
| YUV | 187.59 | 23.26 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 2 | 0 | 0.15 | 0.99 | 0.08 | 51.21 | 0.98 | 0.46 |
| Hex | EA | C8 | 2 | 0 | F | 63 | 8 | 33 | 62 | 2E |
| Octal | 352 | 310 | 2 | 0 | 17 | 143 | 10 | 63 | 142 | 56 |
| Binary | 11101010 | 11001000 | 10 | 0 | 1111 | 1100011 | 1000 | 110011 | 1100010 | 101110 |
Color Harmonies of #EAC802
Complementary color
Monochromatic Colors of #EAC802
Black with #EAC802
Text Example
Text Example
White with #EAC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC802; }
p { color: rgb(234,200,2); }
H1.HeaderClassName
{
color: #EAC802;
}
.AnyTagClassName
{
color: #EAC802;
}
</style>
background-color css
<style>
a { background-color: #EAC802; }
a { background-color: rgb(234,200,2); }
div.DivClassName
{
background-color: #EAC802;
}
.BgClassName
{
background-color: #EAC802;
}
</style>
border-color css
<style>
span { border-color: #EAC802; }
span { border-color: rgb(234,200,2); }
td.TdClassName
{
border-color: #EAC802;
}
.TagClassName
{
border-color: #EAC802;
}
</style>