Shades of Golden Poppy #E7C900
Tints of Golden Poppy #E7C900
RGB
CMYK
RGB Variations
Color information
#E7C900 (or 0xE7C900) is known color: Golden Poppy. HEX triplet: E7, C9 and 00. RGB value is (231,201,0). Sum of RGB (Red+Green+Blue) = 231+201+0=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C900 is #1836FF. Grayscale: #BBBBBB. Windows color (decimal): -1586944 or 51687. OLE color: 51687.
HSL color Cylindrical-coordinate representation of color #E7C900: hue angle of 52.21º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7C900 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.09 |
| HSL | 52.21º | 1% | 0.45% | - |
| HSV(B) | 52.21º | 1% | 0.91% | - |
| XYZ | 53.84 | 58.76 | 8.5 | - |
| YUV | 187.06 | 22.44 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 0 | 0 | 0.13 | 1 | 0.09 | 52.21 | 1 | 0.45 |
| Hex | E7 | C9 | 0 | 0 | D | 64 | 9 | 34 | 64 | 2D |
| Octal | 347 | 311 | 0 | 0 | 15 | 144 | 11 | 64 | 144 | 55 |
| Binary | 11100111 | 11001001 | 0 | 0 | 1101 | 1100100 | 1001 | 110100 | 1100100 | 101101 |
Color Harmonies of #E7C900
Complementary color
Monochromatic Colors of #E7C900
Black with #E7C900
Text Example
Text Example
White with #E7C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C900; }
p { color: rgb(231,201,0); }
H1.HeaderClassName
{
color: #E7C900;
}
.AnyTagClassName
{
color: #E7C900;
}
</style>
background-color css
<style>
a { background-color: #E7C900; }
a { background-color: rgb(231,201,0); }
div.DivClassName
{
background-color: #E7C900;
}
.BgClassName
{
background-color: #E7C900;
}
</style>
border-color css
<style>
span { border-color: #E7C900; }
span { border-color: rgb(231,201,0); }
td.TdClassName
{
border-color: #E7C900;
}
.TagClassName
{
border-color: #E7C900;
}
</style>