Shades of Golden Poppy #E8C905
Tints of Golden Poppy #E8C905
RGB
CMYK
RGB Variations
Color information
#E8C905 (or 0xE8C905) is known color: Golden Poppy. HEX triplet: E8, C9 and 05. RGB value is (232,201,5). Sum of RGB (Red+Green+Blue) = 232+201+5=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C905 is #1736FA. Grayscale: #BCBCBC. Windows color (decimal): -1521403 or 379368. OLE color: 379368.
HSL color Cylindrical-coordinate representation of color #E8C905: hue angle of 51.81º 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 #E8C905 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.09 |
| HSL | 51.81º | 0.96% | 0.46% | - |
| HSV(B) | 51.81º | 0.98% | 0.91% | - |
| XYZ | 54.19 | 58.94 | 8.66 | - |
| YUV | 187.93 | 24.77 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 5 | 0 | 0.13 | 0.98 | 0.09 | 51.81 | 0.96 | 0.46 |
| Hex | E8 | C9 | 5 | 0 | D | 62 | 9 | 34 | 60 | 2E |
| Octal | 350 | 311 | 5 | 0 | 15 | 142 | 11 | 64 | 140 | 56 |
| Binary | 11101000 | 11001001 | 101 | 0 | 1101 | 1100010 | 1001 | 110100 | 1100000 | 101110 |
Color Harmonies of #E8C905
Complementary color
Monochromatic Colors of #E8C905
Black with #E8C905
Text Example
Text Example
White with #E8C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C905; }
p { color: rgb(232,201,5); }
H1.HeaderClassName
{
color: #E8C905;
}
.AnyTagClassName
{
color: #E8C905;
}
</style>
background-color css
<style>
a { background-color: #E8C905; }
a { background-color: rgb(232,201,5); }
div.DivClassName
{
background-color: #E8C905;
}
.BgClassName
{
background-color: #E8C905;
}
</style>
border-color css
<style>
span { border-color: #E8C905; }
span { border-color: rgb(232,201,5); }
td.TdClassName
{
border-color: #E8C905;
}
.TagClassName
{
border-color: #E8C905;
}
</style>