Shades of New Tan #E7C295
Tints of New Tan #E7C295
RGB
CMYK
RGB Variations
Color information
#E7C295 (or 0xE7C295) is known color: New Tan. HEX triplet: E7, C2 and 95. RGB value is (231,194,149). Sum of RGB (Red+Green+Blue) = 231+194+149=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C295 is #183D6A. Grayscale: #C8C8C8. Windows color (decimal): -1588587 or 9814759. OLE color: 9814759.
HSL color Cylindrical-coordinate representation of color #E7C295: hue angle of 32.93º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7C295 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 194 | 149 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.09 |
| HSL | 32.93º | 0.63% | 0.75% | - |
| HSV(B) | 32.93º | 0.35% | 0.91% | - |
| XYZ | 57.67 | 57.74 | 36.54 | - |
| YUV | 199.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 149 | 0 | 0.16 | 0.35 | 0.09 | 32.93 | 0.63 | 0.75 |
| Hex | E7 | C2 | 95 | 0 | 10 | 23 | 9 | 21 | 3F | 4B |
| Octal | 347 | 302 | 225 | 0 | 20 | 43 | 11 | 41 | 77 | 113 |
| Binary | 11100111 | 11000010 | 10010101 | 0 | 10000 | 100011 | 1001 | 100001 | 111111 | 1001011 |
Color Harmonies of #E7C295
Complementary color
Monochromatic Colors of #E7C295
Black with #E7C295
Text Example
Text Example
White with #E7C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C295; }
p { color: rgb(231,194,149); }
H1.HeaderClassName
{
color: #E7C295;
}
.AnyTagClassName
{
color: #E7C295;
}
</style>
background-color css
<style>
a { background-color: #E7C295; }
a { background-color: rgb(231,194,149); }
div.DivClassName
{
background-color: #E7C295;
}
.BgClassName
{
background-color: #E7C295;
}
</style>
border-color css
<style>
span { border-color: #E7C295; }
span { border-color: rgb(231,194,149); }
td.TdClassName
{
border-color: #E7C295;
}
.TagClassName
{
border-color: #E7C295;
}
</style>