Shades of Golden Poppy #E8C605
Tints of Golden Poppy #E8C605
RGB
CMYK
RGB Variations
Color information
#E8C605 (or 0xE8C605) is known color: Golden Poppy. HEX triplet: E8, C6 and 05. RGB value is (232,198,5). Sum of RGB (Red+Green+Blue) = 232+198+5=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C605 is #1739FA. Grayscale: #BABABA. Windows color (decimal): -1522171 or 378600. OLE color: 378600.
HSL color Cylindrical-coordinate representation of color #E8C605: hue angle of 51.01º 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 #E8C605 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 198 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.09 |
| HSL | 51.01º | 0.96% | 0.46% | - |
| HSV(B) | 51.01º | 0.98% | 0.91% | - |
| XYZ | 53.5 | 57.55 | 8.43 | - |
| YUV | 186.16 | 25.76 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 5 | 0 | 0.15 | 0.98 | 0.09 | 51.01 | 0.96 | 0.46 |
| Hex | E8 | C6 | 5 | 0 | F | 62 | 9 | 33 | 60 | 2E |
| Octal | 350 | 306 | 5 | 0 | 17 | 142 | 11 | 63 | 140 | 56 |
| Binary | 11101000 | 11000110 | 101 | 0 | 1111 | 1100010 | 1001 | 110011 | 1100000 | 101110 |
Color Harmonies of #E8C605
Complementary color
Monochromatic Colors of #E8C605
Black with #E8C605
Text Example
Text Example
White with #E8C605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C605; }
p { color: rgb(232,198,5); }
H1.HeaderClassName
{
color: #E8C605;
}
.AnyTagClassName
{
color: #E8C605;
}
</style>
background-color css
<style>
a { background-color: #E8C605; }
a { background-color: rgb(232,198,5); }
div.DivClassName
{
background-color: #E8C605;
}
.BgClassName
{
background-color: #E8C605;
}
</style>
border-color css
<style>
span { border-color: #E8C605; }
span { border-color: rgb(232,198,5); }
td.TdClassName
{
border-color: #E8C605;
}
.TagClassName
{
border-color: #E8C605;
}
</style>