Shades of Golden Poppy #E7C800
Tints of Golden Poppy #E7C800
RGB
CMYK
RGB Variations
Color information
#E7C800 (or 0xE7C800) is known color: Golden Poppy. HEX triplet: E7, C8 and 00. RGB value is (231,200,0). Sum of RGB (Red+Green+Blue) = 231+200+0=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C800 is #1837FF. Grayscale: #BBBBBB. Windows color (decimal): -1587200 or 51431. OLE color: 51431.
HSL color Cylindrical-coordinate representation of color #E7C800: hue angle of 51.95º 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 #E7C800 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.09 |
| HSL | 51.95º | 1% | 0.45% | - |
| HSV(B) | 51.95º | 1% | 0.91% | - |
| XYZ | 53.61 | 58.3 | 8.43 | - |
| YUV | 186.47 | 22.77 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 0 | 0 | 0.13 | 1 | 0.09 | 51.95 | 1 | 0.45 |
| Hex | E7 | C8 | 0 | 0 | D | 64 | 9 | 34 | 64 | 2D |
| Octal | 347 | 310 | 0 | 0 | 15 | 144 | 11 | 64 | 144 | 55 |
| Binary | 11100111 | 11001000 | 0 | 0 | 1101 | 1100100 | 1001 | 110100 | 1100100 | 101101 |
Color Harmonies of #E7C800
Complementary color
Monochromatic Colors of #E7C800
Black with #E7C800
Text Example
Text Example
White with #E7C800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C800; }
p { color: rgb(231,200,0); }
H1.HeaderClassName
{
color: #E7C800;
}
.AnyTagClassName
{
color: #E7C800;
}
</style>
background-color css
<style>
a { background-color: #E7C800; }
a { background-color: rgb(231,200,0); }
div.DivClassName
{
background-color: #E7C800;
}
.BgClassName
{
background-color: #E7C800;
}
</style>
border-color css
<style>
span { border-color: #E7C800; }
span { border-color: rgb(231,200,0); }
td.TdClassName
{
border-color: #E7C800;
}
.TagClassName
{
border-color: #E7C800;
}
</style>