Shades of Golden Poppy #E8CA07
Tints of Golden Poppy #E8CA07
RGB
CMYK
RGB Variations
Color information
#E8CA07 (or 0xE8CA07) is known color: Golden Poppy. HEX triplet: E8, CA and 07. RGB value is (232,202,7). Sum of RGB (Red+Green+Blue) = 232+202+7=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 7 (3.12% from 255 or 1.59% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8CA07 is #1735F8. Grayscale: #BDBDBD. Windows color (decimal): -1521145 or 510696. OLE color: 510696.
HSL color Cylindrical-coordinate representation of color #E8CA07: hue angle of 52º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8CA07 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.09 |
| HSL | 52º | 0.94% | 0.47% | - |
| HSV(B) | 52º | 0.97% | 0.91% | - |
| XYZ | 54.44 | 59.41 | 8.8 | - |
| YUV | 188.74 | 25.44 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 7 | 0 | 0.13 | 0.97 | 0.09 | 52 | 0.94 | 0.47 |
| Hex | E8 | CA | 7 | 0 | D | 61 | 9 | 34 | 5E | 2F |
| Octal | 350 | 312 | 7 | 0 | 15 | 141 | 11 | 64 | 136 | 57 |
| Binary | 11101000 | 11001010 | 111 | 0 | 1101 | 1100001 | 1001 | 110100 | 1011110 | 101111 |
Color Harmonies of #E8CA07
Complementary color
Monochromatic Colors of #E8CA07
Black with #E8CA07
Text Example
Text Example
White with #E8CA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CA07; }
p { color: rgb(232,202,7); }
H1.HeaderClassName
{
color: #E8CA07;
}
.AnyTagClassName
{
color: #E8CA07;
}
</style>
background-color css
<style>
a { background-color: #E8CA07; }
a { background-color: rgb(232,202,7); }
div.DivClassName
{
background-color: #E8CA07;
}
.BgClassName
{
background-color: #E8CA07;
}
</style>
border-color css
<style>
span { border-color: #E8CA07; }
span { border-color: rgb(232,202,7); }
td.TdClassName
{
border-color: #E8CA07;
}
.TagClassName
{
border-color: #E8CA07;
}
</style>