Shades of Golden Poppy #EACA02
Tints of Golden Poppy #EACA02
RGB
CMYK
RGB Variations
Color information
#EACA02 (or 0xEACA02) is known color: Golden Poppy. HEX triplet: EA, CA and 02. RGB value is (234,202,2). Sum of RGB (Red+Green+Blue) = 234+202+2=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA02 is #1535FD. Grayscale: #BDBDBD. Windows color (decimal): -1390078 or 183018. OLE color: 183018.
HSL color Cylindrical-coordinate representation of color #EACA02: hue angle of 51.72º 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 #EACA02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.08 |
| HSL | 51.72º | 0.98% | 0.46% | - |
| HSV(B) | 51.72º | 0.99% | 0.92% | - |
| XYZ | 55.06 | 59.74 | 8.69 | - |
| YUV | 188.77 | 22.6 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 2 | 0 | 0.14 | 0.99 | 0.08 | 51.72 | 0.98 | 0.46 |
| Hex | EA | CA | 2 | 0 | E | 63 | 8 | 34 | 62 | 2E |
| Octal | 352 | 312 | 2 | 0 | 16 | 143 | 10 | 64 | 142 | 56 |
| Binary | 11101010 | 11001010 | 10 | 0 | 1110 | 1100011 | 1000 | 110100 | 1100010 | 101110 |
Color Harmonies of #EACA02
Complementary color
Monochromatic Colors of #EACA02
Black with #EACA02
Text Example
Text Example
White with #EACA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA02; }
p { color: rgb(234,202,2); }
H1.HeaderClassName
{
color: #EACA02;
}
.AnyTagClassName
{
color: #EACA02;
}
</style>
background-color css
<style>
a { background-color: #EACA02; }
a { background-color: rgb(234,202,2); }
div.DivClassName
{
background-color: #EACA02;
}
.BgClassName
{
background-color: #EACA02;
}
</style>
border-color css
<style>
span { border-color: #EACA02; }
span { border-color: rgb(234,202,2); }
td.TdClassName
{
border-color: #EACA02;
}
.TagClassName
{
border-color: #EACA02;
}
</style>