Shades of New Tan #E6C19E
Tints of New Tan #E6C19E
RGB
CMYK
RGB Variations
Color information
#E6C19E (or 0xE6C19E) is known color: New Tan. HEX triplet: E6, C1 and 9E. RGB value is (230,193,158). Sum of RGB (Red+Green+Blue) = 230+193+158=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C19E is #193E61. Grayscale: #C8C8C8. Windows color (decimal): -1654370 or 10404326. OLE color: 10404326.
HSL color Cylindrical-coordinate representation of color #E6C19E: hue angle of 29.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6C19E is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 158 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.10 |
| HSL | 29.17º | 0.59% | 0.76% | - |
| HSV(B) | 29.17º | 0.31% | 0.9% | - |
| XYZ | 57.87 | 57.43 | 40.38 | - |
| YUV | 200.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 158 | 0 | 0.16 | 0.31 | 0.10 | 29.17 | 0.59 | 0.76 |
| Hex | E6 | C1 | 9E | 0 | 10 | 1F | A | 1D | 3B | 4C |
| Octal | 346 | 301 | 236 | 0 | 20 | 37 | 12 | 35 | 73 | 114 |
| Binary | 11100110 | 11000001 | 10011110 | 0 | 10000 | 11111 | 1010 | 11101 | 111011 | 1001100 |
Color Harmonies of #E6C19E
Complementary color
Monochromatic Colors of #E6C19E
Black with #E6C19E
Text Example
Text Example
White with #E6C19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C19E; }
p { color: rgb(230,193,158); }
H1.HeaderClassName
{
color: #E6C19E;
}
.AnyTagClassName
{
color: #E6C19E;
}
</style>
background-color css
<style>
a { background-color: #E6C19E; }
a { background-color: rgb(230,193,158); }
div.DivClassName
{
background-color: #E6C19E;
}
.BgClassName
{
background-color: #E6C19E;
}
</style>
border-color css
<style>
span { border-color: #E6C19E; }
span { border-color: rgb(230,193,158); }
td.TdClassName
{
border-color: #E6C19E;
}
.TagClassName
{
border-color: #E6C19E;
}
</style>