Shades of Golden Poppy #E7C706
Tints of Golden Poppy #E7C706
RGB
CMYK
RGB Variations
Color information
#E7C706 (or 0xE7C706) is known color: Golden Poppy. HEX triplet: E7, C7 and 06. RGB value is (231,199,6). Sum of RGB (Red+Green+Blue) = 231+199+6=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C706 is #1838F9. Grayscale: #BBBBBB. Windows color (decimal): -1587450 or 444391. OLE color: 444391.
HSL color Cylindrical-coordinate representation of color #E7C706: hue angle of 51.47º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7C706 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 6 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.09 |
| HSL | 51.47º | 0.95% | 0.46% | - |
| HSV(B) | 51.47º | 0.97% | 0.91% | - |
| XYZ | 53.41 | 57.85 | 8.52 | - |
| YUV | 186.57 | 26.1 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 6 | 0 | 0.14 | 0.97 | 0.09 | 51.47 | 0.95 | 0.46 |
| Hex | E7 | C7 | 6 | 0 | E | 61 | 9 | 33 | 5F | 2E |
| Octal | 347 | 307 | 6 | 0 | 16 | 141 | 11 | 63 | 137 | 56 |
| Binary | 11100111 | 11000111 | 110 | 0 | 1110 | 1100001 | 1001 | 110011 | 1011111 | 101110 |
Color Harmonies of #E7C706
Complementary color
Monochromatic Colors of #E7C706
Black with #E7C706
Text Example
Text Example
White with #E7C706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C706; }
p { color: rgb(231,199,6); }
H1.HeaderClassName
{
color: #E7C706;
}
.AnyTagClassName
{
color: #E7C706;
}
</style>
background-color css
<style>
a { background-color: #E7C706; }
a { background-color: rgb(231,199,6); }
div.DivClassName
{
background-color: #E7C706;
}
.BgClassName
{
background-color: #E7C706;
}
</style>
border-color css
<style>
span { border-color: #E7C706; }
span { border-color: rgb(231,199,6); }
td.TdClassName
{
border-color: #E7C706;
}
.TagClassName
{
border-color: #E7C706;
}
</style>