Shades of New Tan #E2C19F
Tints of New Tan #E2C19F
RGB
CMYK
RGB Variations
Color information
#E2C19F (or 0xE2C19F) is known color: New Tan. HEX triplet: E2, C1 and 9F. RGB value is (226,193,159). Sum of RGB (Red+Green+Blue) = 226+193+159=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C19F is #1D3E60. Grayscale: #C7C7C7. Windows color (decimal): -1916513 or 10469858. OLE color: 10469858.
HSL color Cylindrical-coordinate representation of color #E2C19F: hue angle of 30.45º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2C19F is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 193 | 159 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.11 |
| HSL | 30.45º | 0.54% | 0.75% | - |
| HSV(B) | 30.45º | 0.3% | 0.89% | - |
| XYZ | 56.69 | 56.81 | 40.78 | - |
| YUV | 198.99 | 105.43 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 159 | 0 | 0.15 | 0.30 | 0.11 | 30.45 | 0.54 | 0.75 |
| Hex | E2 | C1 | 9F | 0 | F | 1E | B | 1E | 36 | 4B |
| Octal | 342 | 301 | 237 | 0 | 17 | 36 | 13 | 36 | 66 | 113 |
| Binary | 11100010 | 11000001 | 10011111 | 0 | 1111 | 11110 | 1011 | 11110 | 110110 | 1001011 |
Color Harmonies of #E2C19F
Complementary color
Monochromatic Colors of #E2C19F
Black with #E2C19F
Text Example
Text Example
White with #E2C19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C19F; }
p { color: rgb(226,193,159); }
H1.HeaderClassName
{
color: #E2C19F;
}
.AnyTagClassName
{
color: #E2C19F;
}
</style>
background-color css
<style>
a { background-color: #E2C19F; }
a { background-color: rgb(226,193,159); }
div.DivClassName
{
background-color: #E2C19F;
}
.BgClassName
{
background-color: #E2C19F;
}
</style>
border-color css
<style>
span { border-color: #E2C19F; }
span { border-color: rgb(226,193,159); }
td.TdClassName
{
border-color: #E2C19F;
}
.TagClassName
{
border-color: #E2C19F;
}
</style>