Shades of New Tan #E6C295
Tints of New Tan #E6C295
RGB
CMYK
RGB Variations
Color information
#E6C295 (or 0xE6C295) is known color: New Tan. HEX triplet: E6, C2 and 95. RGB value is (230,194,149). Sum of RGB (Red+Green+Blue) = 230+194+149=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C295 is #193D6A. Grayscale: #C7C7C7. Windows color (decimal): -1654123 or 9814758. OLE color: 9814758.
HSL color Cylindrical-coordinate representation of color #E6C295: hue angle of 33.33º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6C295 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 194 | 149 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.10 |
| HSL | 33.33º | 0.62% | 0.74% | - |
| HSV(B) | 33.33º | 0.35% | 0.9% | - |
| XYZ | 57.35 | 57.58 | 36.52 | - |
| YUV | 199.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 149 | 0 | 0.16 | 0.35 | 0.10 | 33.33 | 0.62 | 0.74 |
| Hex | E6 | C2 | 95 | 0 | 10 | 23 | A | 21 | 3E | 4A |
| Octal | 346 | 302 | 225 | 0 | 20 | 43 | 12 | 41 | 76 | 112 |
| Binary | 11100110 | 11000010 | 10010101 | 0 | 10000 | 100011 | 1010 | 100001 | 111110 | 1001010 |
Color Harmonies of #E6C295
Complementary color
Monochromatic Colors of #E6C295
Black with #E6C295
Text Example
Text Example
White with #E6C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C295; }
p { color: rgb(230,194,149); }
H1.HeaderClassName
{
color: #E6C295;
}
.AnyTagClassName
{
color: #E6C295;
}
</style>
background-color css
<style>
a { background-color: #E6C295; }
a { background-color: rgb(230,194,149); }
div.DivClassName
{
background-color: #E6C295;
}
.BgClassName
{
background-color: #E6C295;
}
</style>
border-color css
<style>
span { border-color: #E6C295; }
span { border-color: rgb(230,194,149); }
td.TdClassName
{
border-color: #E6C295;
}
.TagClassName
{
border-color: #E6C295;
}
</style>