Shades of Golden Poppy #EACA07
Tints of Golden Poppy #EACA07
RGB
CMYK
RGB Variations
Color information
#EACA07 (or 0xEACA07) is known color: Golden Poppy. HEX triplet: EA, CA and 07. RGB value is (234,202,7). Sum of RGB (Red+Green+Blue) = 234+202+7=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA07 is #1535F8. Grayscale: #BEBEBE. Windows color (decimal): -1390073 or 510698. OLE color: 510698.
HSL color Cylindrical-coordinate representation of color #EACA07: hue angle of 51.54º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EACA07 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.08 |
| HSL | 51.54º | 0.94% | 0.47% | - |
| HSV(B) | 51.54º | 0.97% | 0.92% | - |
| XYZ | 55.09 | 59.75 | 8.83 | - |
| YUV | 189.34 | 25.1 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 7 | 0 | 0.14 | 0.97 | 0.08 | 51.54 | 0.94 | 0.47 |
| Hex | EA | CA | 7 | 0 | E | 61 | 8 | 34 | 5E | 2F |
| Octal | 352 | 312 | 7 | 0 | 16 | 141 | 10 | 64 | 136 | 57 |
| Binary | 11101010 | 11001010 | 111 | 0 | 1110 | 1100001 | 1000 | 110100 | 1011110 | 101111 |
Color Harmonies of #EACA07
Complementary color
Monochromatic Colors of #EACA07
Black with #EACA07
Text Example
Text Example
White with #EACA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA07; }
p { color: rgb(234,202,7); }
H1.HeaderClassName
{
color: #EACA07;
}
.AnyTagClassName
{
color: #EACA07;
}
</style>
background-color css
<style>
a { background-color: #EACA07; }
a { background-color: rgb(234,202,7); }
div.DivClassName
{
background-color: #EACA07;
}
.BgClassName
{
background-color: #EACA07;
}
</style>
border-color css
<style>
span { border-color: #EACA07; }
span { border-color: rgb(234,202,7); }
td.TdClassName
{
border-color: #EACA07;
}
.TagClassName
{
border-color: #EACA07;
}
</style>