Shades of New Tan #E7C195
Tints of New Tan #E7C195
RGB
CMYK
RGB Variations
Color information
#E7C195 (or 0xE7C195) is known color: New Tan. HEX triplet: E7, C1 and 95. RGB value is (231,193,149). Sum of RGB (Red+Green+Blue) = 231+193+149=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C195 is #183E6A. Grayscale: #C7C7C7. Windows color (decimal): -1588843 or 9814503. OLE color: 9814503.
HSL color Cylindrical-coordinate representation of color #E7C195: hue angle of 32.2º 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 #E7C195 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 149 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.09 |
| HSL | 32.2º | 0.63% | 0.75% | - |
| HSV(B) | 32.2º | 0.35% | 0.91% | - |
| XYZ | 57.45 | 57.3 | 36.47 | - |
| YUV | 199.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 149 | 0 | 0.16 | 0.35 | 0.09 | 32.2 | 0.63 | 0.75 |
| Hex | E7 | C1 | 95 | 0 | 10 | 23 | 9 | 20 | 3F | 4B |
| Octal | 347 | 301 | 225 | 0 | 20 | 43 | 11 | 40 | 77 | 113 |
| Binary | 11100111 | 11000001 | 10010101 | 0 | 10000 | 100011 | 1001 | 100000 | 111111 | 1001011 |
Color Harmonies of #E7C195
Complementary color
Monochromatic Colors of #E7C195
Black with #E7C195
Text Example
Text Example
White with #E7C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C195; }
p { color: rgb(231,193,149); }
H1.HeaderClassName
{
color: #E7C195;
}
.AnyTagClassName
{
color: #E7C195;
}
</style>
background-color css
<style>
a { background-color: #E7C195; }
a { background-color: rgb(231,193,149); }
div.DivClassName
{
background-color: #E7C195;
}
.BgClassName
{
background-color: #E7C195;
}
</style>
border-color css
<style>
span { border-color: #E7C195; }
span { border-color: rgb(231,193,149); }
td.TdClassName
{
border-color: #E7C195;
}
.TagClassName
{
border-color: #E7C195;
}
</style>