Shades of New Tan #E2C299
Tints of New Tan #E2C299
RGB
CMYK
RGB Variations
Color information
#E2C299 (or 0xE2C299) is known color: New Tan. HEX triplet: E2, C2 and 99. RGB value is (226,194,153). Sum of RGB (Red+Green+Blue) = 226+194+153=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C299 is #1D3D66. Grayscale: #C7C7C7. Windows color (decimal): -1916263 or 10076898. OLE color: 10076898.
HSL color Cylindrical-coordinate representation of color #E2C299: hue angle of 33.7º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2C299 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 153 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.11 |
| HSL | 33.7º | 0.56% | 0.74% | - |
| HSV(B) | 33.7º | 0.32% | 0.89% | - |
| XYZ | 56.41 | 57.05 | 38.18 | - |
| YUV | 198.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 153 | 0 | 0.14 | 0.32 | 0.11 | 33.7 | 0.56 | 0.74 |
| Hex | E2 | C2 | 99 | 0 | E | 20 | B | 22 | 38 | 4A |
| Octal | 342 | 302 | 231 | 0 | 16 | 40 | 13 | 42 | 70 | 112 |
| Binary | 11100010 | 11000010 | 10011001 | 0 | 1110 | 100000 | 1011 | 100010 | 111000 | 1001010 |
Color Harmonies of #E2C299
Complementary color
Monochromatic Colors of #E2C299
Black with #E2C299
Text Example
Text Example
White with #E2C299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C299; }
p { color: rgb(226,194,153); }
H1.HeaderClassName
{
color: #E2C299;
}
.AnyTagClassName
{
color: #E2C299;
}
</style>
background-color css
<style>
a { background-color: #E2C299; }
a { background-color: rgb(226,194,153); }
div.DivClassName
{
background-color: #E2C299;
}
.BgClassName
{
background-color: #E2C299;
}
</style>
border-color css
<style>
span { border-color: #E2C299; }
span { border-color: rgb(226,194,153); }
td.TdClassName
{
border-color: #E2C299;
}
.TagClassName
{
border-color: #E2C299;
}
</style>