Shades of Golden Poppy #E7C805
Tints of Golden Poppy #E7C805
RGB
CMYK
RGB Variations
Color information
#E7C805 (or 0xE7C805) is known color: Golden Poppy. HEX triplet: E7, C8 and 05. RGB value is (231,200,5). Sum of RGB (Red+Green+Blue) = 231+200+5=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C805 is #1837FA. Grayscale: #BBBBBB. Windows color (decimal): -1587195 or 379111. OLE color: 379111.
HSL color Cylindrical-coordinate representation of color #E7C805: hue angle of 51.77º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7C805 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.09 |
| HSL | 51.77º | 0.96% | 0.46% | - |
| HSV(B) | 51.77º | 0.98% | 0.91% | - |
| XYZ | 53.64 | 58.31 | 8.57 | - |
| YUV | 187.04 | 25.27 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 5 | 0 | 0.13 | 0.98 | 0.09 | 51.77 | 0.96 | 0.46 |
| Hex | E7 | C8 | 5 | 0 | D | 62 | 9 | 34 | 60 | 2E |
| Octal | 347 | 310 | 5 | 0 | 15 | 142 | 11 | 64 | 140 | 56 |
| Binary | 11100111 | 11001000 | 101 | 0 | 1101 | 1100010 | 1001 | 110100 | 1100000 | 101110 |
Color Harmonies of #E7C805
Complementary color
Monochromatic Colors of #E7C805
Black with #E7C805
Text Example
Text Example
White with #E7C805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C805; }
p { color: rgb(231,200,5); }
H1.HeaderClassName
{
color: #E7C805;
}
.AnyTagClassName
{
color: #E7C805;
}
</style>
background-color css
<style>
a { background-color: #E7C805; }
a { background-color: rgb(231,200,5); }
div.DivClassName
{
background-color: #E7C805;
}
.BgClassName
{
background-color: #E7C805;
}
</style>
border-color css
<style>
span { border-color: #E7C805; }
span { border-color: rgb(231,200,5); }
td.TdClassName
{
border-color: #E7C805;
}
.TagClassName
{
border-color: #E7C805;
}
</style>