Shades of Golden Poppy #E7C506
Tints of Golden Poppy #E7C506
RGB
CMYK
RGB Variations
Color information
#E7C506 (or 0xE7C506) is known color: Golden Poppy. HEX triplet: E7, C5 and 06. RGB value is (231,197,6). Sum of RGB (Red+Green+Blue) = 231+197+6=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C506 is #183AF9. Grayscale: #BABABA. Windows color (decimal): -1587962 or 443879. OLE color: 443879.
HSL color Cylindrical-coordinate representation of color #E7C506: hue angle of 50.93º 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 #E7C506 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 197 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.09 |
| HSL | 50.93º | 0.95% | 0.46% | - |
| HSV(B) | 50.93º | 0.97% | 0.91% | - |
| XYZ | 52.95 | 56.93 | 8.37 | - |
| YUV | 185.39 | 26.76 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 6 | 0 | 0.15 | 0.97 | 0.09 | 50.93 | 0.95 | 0.46 |
| Hex | E7 | C5 | 6 | 0 | F | 61 | 9 | 33 | 5F | 2E |
| Octal | 347 | 305 | 6 | 0 | 17 | 141 | 11 | 63 | 137 | 56 |
| Binary | 11100111 | 11000101 | 110 | 0 | 1111 | 1100001 | 1001 | 110011 | 1011111 | 101110 |
Color Harmonies of #E7C506
Complementary color
Monochromatic Colors of #E7C506
Black with #E7C506
Text Example
Text Example
White with #E7C506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C506; }
p { color: rgb(231,197,6); }
H1.HeaderClassName
{
color: #E7C506;
}
.AnyTagClassName
{
color: #E7C506;
}
</style>
background-color css
<style>
a { background-color: #E7C506; }
a { background-color: rgb(231,197,6); }
div.DivClassName
{
background-color: #E7C506;
}
.BgClassName
{
background-color: #E7C506;
}
</style>
border-color css
<style>
span { border-color: #E7C506; }
span { border-color: rgb(231,197,6); }
td.TdClassName
{
border-color: #E7C506;
}
.TagClassName
{
border-color: #E7C506;
}
</style>