Shades of New Tan #E5C49B
Tints of New Tan #E5C49B
RGB
CMYK
RGB Variations
Color information
#E5C49B (or 0xE5C49B) is known color: New Tan. HEX triplet: E5, C4 and 9B. RGB value is (229,196,155). Sum of RGB (Red+Green+Blue) = 229+196+155=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C49B is #1A3B64. Grayscale: #C9C9C9. Windows color (decimal): -1719141 or 10208485. OLE color: 10208485.
HSL color Cylindrical-coordinate representation of color #E5C49B: hue angle of 33.24º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5C49B is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 155 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.10 |
| HSL | 33.24º | 0.59% | 0.75% | - |
| HSV(B) | 33.24º | 0.32% | 0.9% | - |
| XYZ | 57.97 | 58.5 | 39.25 | - |
| YUV | 201.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 155 | 0 | 0.14 | 0.32 | 0.10 | 33.24 | 0.59 | 0.75 |
| Hex | E5 | C4 | 9B | 0 | E | 20 | A | 21 | 3B | 4B |
| Octal | 345 | 304 | 233 | 0 | 16 | 40 | 12 | 41 | 73 | 113 |
| Binary | 11100101 | 11000100 | 10011011 | 0 | 1110 | 100000 | 1010 | 100001 | 111011 | 1001011 |
Color Harmonies of #E5C49B
Complementary color
Monochromatic Colors of #E5C49B
Black with #E5C49B
Text Example
Text Example
White with #E5C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C49B; }
p { color: rgb(229,196,155); }
H1.HeaderClassName
{
color: #E5C49B;
}
.AnyTagClassName
{
color: #E5C49B;
}
</style>
background-color css
<style>
a { background-color: #E5C49B; }
a { background-color: rgb(229,196,155); }
div.DivClassName
{
background-color: #E5C49B;
}
.BgClassName
{
background-color: #E5C49B;
}
</style>
border-color css
<style>
span { border-color: #E5C49B; }
span { border-color: rgb(229,196,155); }
td.TdClassName
{
border-color: #E5C49B;
}
.TagClassName
{
border-color: #E5C49B;
}
</style>