Shades of New Tan #E4C49E
Tints of New Tan #E4C49E
RGB
CMYK
RGB Variations
Color information
#E4C49E (or 0xE4C49E) is known color: New Tan. HEX triplet: E4, C4 and 9E. RGB value is (228,196,158). Sum of RGB (Red+Green+Blue) = 228+196+158=582 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.18% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4C49E is #1B3B61. Grayscale: #C9C9C9. Windows color (decimal): -1784674 or 10405092. OLE color: 10405092.
HSL color Cylindrical-coordinate representation of color #E4C49E: hue angle of 32.57º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E4C49E is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 196 | 158 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.11 |
| HSL | 32.57º | 0.56% | 0.76% | - |
| HSV(B) | 32.57º | 0.31% | 0.89% | - |
| XYZ | 57.91 | 58.44 | 40.58 | - |
| YUV | 201.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 196 | 158 | 0 | 0.14 | 0.31 | 0.11 | 32.57 | 0.56 | 0.76 |
| Hex | E4 | C4 | 9E | 0 | E | 1F | B | 21 | 38 | 4C |
| Octal | 344 | 304 | 236 | 0 | 16 | 37 | 13 | 41 | 70 | 114 |
| Binary | 11100100 | 11000100 | 10011110 | 0 | 1110 | 11111 | 1011 | 100001 | 111000 | 1001100 |
Color Harmonies of #E4C49E
Complementary color
Monochromatic Colors of #E4C49E
Black with #E4C49E
Text Example
Text Example
White with #E4C49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C49E; }
p { color: rgb(228,196,158); }
H1.HeaderClassName
{
color: #E4C49E;
}
.AnyTagClassName
{
color: #E4C49E;
}
</style>
background-color css
<style>
a { background-color: #E4C49E; }
a { background-color: rgb(228,196,158); }
div.DivClassName
{
background-color: #E4C49E;
}
.BgClassName
{
background-color: #E4C49E;
}
</style>
border-color css
<style>
span { border-color: #E4C49E; }
span { border-color: rgb(228,196,158); }
td.TdClassName
{
border-color: #E4C49E;
}
.TagClassName
{
border-color: #E4C49E;
}
</style>