Shades of New Tan #E5C49E
Tints of New Tan #E5C49E
RGB
CMYK
RGB Variations
Color information
#E5C49E (or 0xE5C49E) is known color: New Tan. HEX triplet: E5, C4 and 9E. RGB value is (229,196,158). Sum of RGB (Red+Green+Blue) = 229+196+158=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C49E is #1A3B61. Grayscale: #C9C9C9. Windows color (decimal): -1719138 or 10405093. OLE color: 10405093.
HSL color Cylindrical-coordinate representation of color #E5C49E: hue angle of 32.11º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5C49E is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 158 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.10 |
| HSL | 32.11º | 0.58% | 0.76% | - |
| HSV(B) | 32.11º | 0.31% | 0.9% | - |
| XYZ | 58.22 | 58.61 | 40.59 | - |
| YUV | 201.54 | 103.43 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 158 | 0 | 0.14 | 0.31 | 0.10 | 32.11 | 0.58 | 0.76 |
| Hex | E5 | C4 | 9E | 0 | E | 1F | A | 20 | 3A | 4C |
| Octal | 345 | 304 | 236 | 0 | 16 | 37 | 12 | 40 | 72 | 114 |
| Binary | 11100101 | 11000100 | 10011110 | 0 | 1110 | 11111 | 1010 | 100000 | 111010 | 1001100 |
Color Harmonies of #E5C49E
Complementary color
Monochromatic Colors of #E5C49E
Black with #E5C49E
Text Example
Text Example
White with #E5C49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C49E; }
p { color: rgb(229,196,158); }
H1.HeaderClassName
{
color: #E5C49E;
}
.AnyTagClassName
{
color: #E5C49E;
}
</style>
background-color css
<style>
a { background-color: #E5C49E; }
a { background-color: rgb(229,196,158); }
div.DivClassName
{
background-color: #E5C49E;
}
.BgClassName
{
background-color: #E5C49E;
}
</style>
border-color css
<style>
span { border-color: #E5C49E; }
span { border-color: rgb(229,196,158); }
td.TdClassName
{
border-color: #E5C49E;
}
.TagClassName
{
border-color: #E5C49E;
}
</style>