Shades of Golden Poppy #E7C905
Tints of Golden Poppy #E7C905
RGB
CMYK
RGB Variations
Color information
#E7C905 (or 0xE7C905) is known color: Golden Poppy. HEX triplet: E7, C9 and 05. RGB value is (231,201,5). Sum of RGB (Red+Green+Blue) = 231+201+5=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C905 is #1836FA. Grayscale: #BCBCBC. Windows color (decimal): -1586939 or 379367. OLE color: 379367.
HSL color Cylindrical-coordinate representation of color #E7C905: hue angle of 52.04º 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 #E7C905 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.09 |
| HSL | 52.04º | 0.96% | 0.46% | - |
| HSV(B) | 52.04º | 0.98% | 0.91% | - |
| XYZ | 53.87 | 58.77 | 8.65 | - |
| YUV | 187.63 | 24.94 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 5 | 0 | 0.13 | 0.98 | 0.09 | 52.04 | 0.96 | 0.46 |
| Hex | E7 | C9 | 5 | 0 | D | 62 | 9 | 34 | 60 | 2E |
| Octal | 347 | 311 | 5 | 0 | 15 | 142 | 11 | 64 | 140 | 56 |
| Binary | 11100111 | 11001001 | 101 | 0 | 1101 | 1100010 | 1001 | 110100 | 1100000 | 101110 |
Color Harmonies of #E7C905
Complementary color
Monochromatic Colors of #E7C905
Black with #E7C905
Text Example
Text Example
White with #E7C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C905; }
p { color: rgb(231,201,5); }
H1.HeaderClassName
{
color: #E7C905;
}
.AnyTagClassName
{
color: #E7C905;
}
</style>
background-color css
<style>
a { background-color: #E7C905; }
a { background-color: rgb(231,201,5); }
div.DivClassName
{
background-color: #E7C905;
}
.BgClassName
{
background-color: #E7C905;
}
</style>
border-color css
<style>
span { border-color: #E7C905; }
span { border-color: rgb(231,201,5); }
td.TdClassName
{
border-color: #E7C905;
}
.TagClassName
{
border-color: #E7C905;
}
</style>