Shades of New Tan #E6C29D
Tints of New Tan #E6C29D
RGB
CMYK
RGB Variations
Color information
#E6C29D (or 0xE6C29D) is known color: New Tan. HEX triplet: E6, C2 and 9D. RGB value is (230,194,157). Sum of RGB (Red+Green+Blue) = 230+194+157=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C29D is #193D62. Grayscale: #C8C8C8. Windows color (decimal): -1654115 or 10339046. OLE color: 10339046.
HSL color Cylindrical-coordinate representation of color #E6C29D: hue angle of 30.41º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6C29D is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 194 | 157 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.10 |
| HSL | 30.41º | 0.59% | 0.76% | - |
| HSV(B) | 30.41º | 0.32% | 0.9% | - |
| XYZ | 58.01 | 57.84 | 40.01 | - |
| YUV | 200.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 157 | 0 | 0.16 | 0.32 | 0.10 | 30.41 | 0.59 | 0.76 |
| Hex | E6 | C2 | 9D | 0 | 10 | 20 | A | 1E | 3B | 4C |
| Octal | 346 | 302 | 235 | 0 | 20 | 40 | 12 | 36 | 73 | 114 |
| Binary | 11100110 | 11000010 | 10011101 | 0 | 10000 | 100000 | 1010 | 11110 | 111011 | 1001100 |
Color Harmonies of #E6C29D
Complementary color
Monochromatic Colors of #E6C29D
Black with #E6C29D
Text Example
Text Example
White with #E6C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C29D; }
p { color: rgb(230,194,157); }
H1.HeaderClassName
{
color: #E6C29D;
}
.AnyTagClassName
{
color: #E6C29D;
}
</style>
background-color css
<style>
a { background-color: #E6C29D; }
a { background-color: rgb(230,194,157); }
div.DivClassName
{
background-color: #E6C29D;
}
.BgClassName
{
background-color: #E6C29D;
}
</style>
border-color css
<style>
span { border-color: #E6C29D; }
span { border-color: rgb(230,194,157); }
td.TdClassName
{
border-color: #E6C29D;
}
.TagClassName
{
border-color: #E6C29D;
}
</style>