Shades of New Tan #E7C49E
Tints of New Tan #E7C49E
RGB
CMYK
RGB Variations
Color information
#E7C49E (or 0xE7C49E) is known color: New Tan. HEX triplet: E7, C4 and 9E. RGB value is (231,196,158). Sum of RGB (Red+Green+Blue) = 231+196+158=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C49E is #183B61. Grayscale: #CACACA. Windows color (decimal): -1588066 or 10405095. OLE color: 10405095.
HSL color Cylindrical-coordinate representation of color #E7C49E: hue angle of 31.23º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7C49E is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 158 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.09 |
| HSL | 31.23º | 0.6% | 0.76% | - |
| HSV(B) | 31.23º | 0.32% | 0.91% | - |
| XYZ | 58.87 | 58.94 | 40.62 | - |
| YUV | 202.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 158 | 0 | 0.15 | 0.32 | 0.09 | 31.23 | 0.6 | 0.76 |
| Hex | E7 | C4 | 9E | 0 | F | 20 | 9 | 1F | 3C | 4C |
| Octal | 347 | 304 | 236 | 0 | 17 | 40 | 11 | 37 | 74 | 114 |
| Binary | 11100111 | 11000100 | 10011110 | 0 | 1111 | 100000 | 1001 | 11111 | 111100 | 1001100 |
Color Harmonies of #E7C49E
Complementary color
Monochromatic Colors of #E7C49E
Black with #E7C49E
Text Example
Text Example
White with #E7C49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C49E; }
p { color: rgb(231,196,158); }
H1.HeaderClassName
{
color: #E7C49E;
}
.AnyTagClassName
{
color: #E7C49E;
}
</style>
background-color css
<style>
a { background-color: #E7C49E; }
a { background-color: rgb(231,196,158); }
div.DivClassName
{
background-color: #E7C49E;
}
.BgClassName
{
background-color: #E7C49E;
}
</style>
border-color css
<style>
span { border-color: #E7C49E; }
span { border-color: rgb(231,196,158); }
td.TdClassName
{
border-color: #E7C49E;
}
.TagClassName
{
border-color: #E7C49E;
}
</style>