Shades of New Tan #E5C496
Tints of New Tan #E5C496
RGB
CMYK
RGB Variations
Color information
#E5C496 (or 0xE5C496) is known color: New Tan. HEX triplet: E5, C4 and 96. RGB value is (229,196,150). Sum of RGB (Red+Green+Blue) = 229+196+150=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C496 is #1A3B69. Grayscale: #C8C8C8. Windows color (decimal): -1719146 or 9880805. OLE color: 9880805.
HSL color Cylindrical-coordinate representation of color #E5C496: hue angle of 34.94º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5C496 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 150 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.10 |
| HSL | 34.94º | 0.6% | 0.74% | - |
| HSV(B) | 34.94º | 0.34% | 0.9% | - |
| XYZ | 57.56 | 58.34 | 37.08 | - |
| YUV | 200.62 | 99.43 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 150 | 0 | 0.14 | 0.34 | 0.10 | 34.94 | 0.6 | 0.74 |
| Hex | E5 | C4 | 96 | 0 | E | 22 | A | 23 | 3C | 4A |
| Octal | 345 | 304 | 226 | 0 | 16 | 42 | 12 | 43 | 74 | 112 |
| Binary | 11100101 | 11000100 | 10010110 | 0 | 1110 | 100010 | 1010 | 100011 | 111100 | 1001010 |
Color Harmonies of #E5C496
Complementary color
Monochromatic Colors of #E5C496
Black with #E5C496
Text Example
Text Example
White with #E5C496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C496; }
p { color: rgb(229,196,150); }
H1.HeaderClassName
{
color: #E5C496;
}
.AnyTagClassName
{
color: #E5C496;
}
</style>
background-color css
<style>
a { background-color: #E5C496; }
a { background-color: rgb(229,196,150); }
div.DivClassName
{
background-color: #E5C496;
}
.BgClassName
{
background-color: #E5C496;
}
</style>
border-color css
<style>
span { border-color: #E5C496; }
span { border-color: rgb(229,196,150); }
td.TdClassName
{
border-color: #E5C496;
}
.TagClassName
{
border-color: #E5C496;
}
</style>