Shades of Golden Poppy #E8C705
Tints of Golden Poppy #E8C705
RGB
CMYK
RGB Variations
Color information
#E8C705 (or 0xE8C705) is known color: Golden Poppy. HEX triplet: E8, C7 and 05. RGB value is (232,199,5). Sum of RGB (Red+Green+Blue) = 232+199+5=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C705 is #1738FA. Grayscale: #BBBBBB. Windows color (decimal): -1521915 or 378856. OLE color: 378856.
HSL color Cylindrical-coordinate representation of color #E8C705: hue angle of 51.28º 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 #E8C705 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.09 |
| HSL | 51.28º | 0.96% | 0.46% | - |
| HSV(B) | 51.28º | 0.98% | 0.91% | - |
| XYZ | 53.73 | 58.01 | 8.51 | - |
| YUV | 186.75 | 25.43 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 5 | 0 | 0.14 | 0.98 | 0.09 | 51.28 | 0.96 | 0.46 |
| Hex | E8 | C7 | 5 | 0 | E | 62 | 9 | 33 | 60 | 2E |
| Octal | 350 | 307 | 5 | 0 | 16 | 142 | 11 | 63 | 140 | 56 |
| Binary | 11101000 | 11000111 | 101 | 0 | 1110 | 1100010 | 1001 | 110011 | 1100000 | 101110 |
Color Harmonies of #E8C705
Complementary color
Monochromatic Colors of #E8C705
Black with #E8C705
Text Example
Text Example
White with #E8C705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C705; }
p { color: rgb(232,199,5); }
H1.HeaderClassName
{
color: #E8C705;
}
.AnyTagClassName
{
color: #E8C705;
}
</style>
background-color css
<style>
a { background-color: #E8C705; }
a { background-color: rgb(232,199,5); }
div.DivClassName
{
background-color: #E8C705;
}
.BgClassName
{
background-color: #E8C705;
}
</style>
border-color css
<style>
span { border-color: #E8C705; }
span { border-color: rgb(232,199,5); }
td.TdClassName
{
border-color: #E8C705;
}
.TagClassName
{
border-color: #E8C705;
}
</style>