Shades of New Tan #E5C69C
Tints of New Tan #E5C69C
RGB
CMYK
RGB Variations
Color information
#E5C69C (or 0xE5C69C) is known color: New Tan. HEX triplet: E5, C6 and 9C. RGB value is (229,198,156). Sum of RGB (Red+Green+Blue) = 229+198+156=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C69C is #1A3963. Grayscale: #CACACA. Windows color (decimal): -1718628 or 10274533. OLE color: 10274533.
HSL color Cylindrical-coordinate representation of color #E5C69C: hue angle of 34.52º degrees, saturation: 0.58, 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 #E5C69C is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 156 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.10 |
| HSL | 34.52º | 0.58% | 0.75% | - |
| HSV(B) | 34.52º | 0.32% | 0.9% | - |
| XYZ | 58.51 | 59.45 | 39.84 | - |
| YUV | 202.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 156 | 0 | 0.14 | 0.32 | 0.10 | 34.52 | 0.58 | 0.75 |
| Hex | E5 | C6 | 9C | 0 | E | 20 | A | 23 | 3A | 4B |
| Octal | 345 | 306 | 234 | 0 | 16 | 40 | 12 | 43 | 72 | 113 |
| Binary | 11100101 | 11000110 | 10011100 | 0 | 1110 | 100000 | 1010 | 100011 | 111010 | 1001011 |
Color Harmonies of #E5C69C
Complementary color
Monochromatic Colors of #E5C69C
Black with #E5C69C
Text Example
Text Example
White with #E5C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C69C; }
p { color: rgb(229,198,156); }
H1.HeaderClassName
{
color: #E5C69C;
}
.AnyTagClassName
{
color: #E5C69C;
}
</style>
background-color css
<style>
a { background-color: #E5C69C; }
a { background-color: rgb(229,198,156); }
div.DivClassName
{
background-color: #E5C69C;
}
.BgClassName
{
background-color: #E5C69C;
}
</style>
border-color css
<style>
span { border-color: #E5C69C; }
span { border-color: rgb(229,198,156); }
td.TdClassName
{
border-color: #E5C69C;
}
.TagClassName
{
border-color: #E5C69C;
}
</style>