Shades of New Tan #E2C29D
Tints of New Tan #E2C29D
RGB
CMYK
RGB Variations
Color information
#E2C29D (or 0xE2C29D) is known color: New Tan. HEX triplet: E2, C2 and 9D. RGB value is (226,194,157). Sum of RGB (Red+Green+Blue) = 226+194+157=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C29D is #1D3D62. Grayscale: #C7C7C7. Windows color (decimal): -1916259 or 10339042. OLE color: 10339042.
HSL color Cylindrical-coordinate representation of color #E2C29D: hue angle of 32.17º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2C29D is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 157 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.11 |
| HSL | 32.17º | 0.54% | 0.75% | - |
| HSV(B) | 32.17º | 0.31% | 0.89% | - |
| XYZ | 56.74 | 57.19 | 39.95 | - |
| YUV | 199.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 157 | 0 | 0.14 | 0.31 | 0.11 | 32.17 | 0.54 | 0.75 |
| Hex | E2 | C2 | 9D | 0 | E | 1F | B | 20 | 36 | 4B |
| Octal | 342 | 302 | 235 | 0 | 16 | 37 | 13 | 40 | 66 | 113 |
| Binary | 11100010 | 11000010 | 10011101 | 0 | 1110 | 11111 | 1011 | 100000 | 110110 | 1001011 |
Color Harmonies of #E2C29D
Complementary color
Monochromatic Colors of #E2C29D
Black with #E2C29D
Text Example
Text Example
White with #E2C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C29D; }
p { color: rgb(226,194,157); }
H1.HeaderClassName
{
color: #E2C29D;
}
.AnyTagClassName
{
color: #E2C29D;
}
</style>
background-color css
<style>
a { background-color: #E2C29D; }
a { background-color: rgb(226,194,157); }
div.DivClassName
{
background-color: #E2C29D;
}
.BgClassName
{
background-color: #E2C29D;
}
</style>
border-color css
<style>
span { border-color: #E2C29D; }
span { border-color: rgb(226,194,157); }
td.TdClassName
{
border-color: #E2C29D;
}
.TagClassName
{
border-color: #E2C29D;
}
</style>