Shades of Golden Poppy #E7C701
Tints of Golden Poppy #E7C701
RGB
CMYK
RGB Variations
Color information
#E7C701 (or 0xE7C701) is known color: Golden Poppy. HEX triplet: E7, C7 and 01. RGB value is (231,199,1). Sum of RGB (Red+Green+Blue) = 231+199+1=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C701 is #1838FE. Grayscale: #BABABA. Windows color (decimal): -1587455 or 116711. OLE color: 116711.
HSL color Cylindrical-coordinate representation of color #E7C701: hue angle of 51.65º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7C701 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.09 |
| HSL | 51.65º | 0.99% | 0.45% | - |
| HSV(B) | 51.65º | 1% | 0.91% | - |
| XYZ | 53.38 | 57.84 | 8.38 | - |
| YUV | 186 | 23.6 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 1 | 0 | 0.14 | 1.00 | 0.09 | 51.65 | 0.99 | 0.45 |
| Hex | E7 | C7 | 1 | 0 | E | 64 | 9 | 34 | 63 | 2D |
| Octal | 347 | 307 | 1 | 0 | 16 | 144 | 11 | 64 | 143 | 55 |
| Binary | 11100111 | 11000111 | 1 | 0 | 1110 | 1100100 | 1001 | 110100 | 1100011 | 101101 |
Color Harmonies of #E7C701
Complementary color
Monochromatic Colors of #E7C701
Black with #E7C701
Text Example
Text Example
White with #E7C701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C701; }
p { color: rgb(231,199,1); }
H1.HeaderClassName
{
color: #E7C701;
}
.AnyTagClassName
{
color: #E7C701;
}
</style>
background-color css
<style>
a { background-color: #E7C701; }
a { background-color: rgb(231,199,1); }
div.DivClassName
{
background-color: #E7C701;
}
.BgClassName
{
background-color: #E7C701;
}
</style>
border-color css
<style>
span { border-color: #E7C701; }
span { border-color: rgb(231,199,1); }
td.TdClassName
{
border-color: #E7C701;
}
.TagClassName
{
border-color: #E7C701;
}
</style>