Shades of New Tan #ECC49E
Tints of New Tan #ECC49E
RGB
CMYK
RGB Variations
Color information
#ECC49E (or 0xECC49E) is known color: New Tan. HEX triplet: EC, C4 and 9E. RGB value is (236,196,158). Sum of RGB (Red+Green+Blue) = 236+196+158=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC49E is #133B61. Grayscale: #CBCBCB. Windows color (decimal): -1260386 or 10405100. OLE color: 10405100.
HSL color Cylindrical-coordinate representation of color #ECC49E: hue angle of 29.23º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECC49E is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 158 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.07 |
| HSL | 29.23º | 0.67% | 0.77% | - |
| HSV(B) | 29.23º | 0.33% | 0.93% | - |
| XYZ | 60.5 | 59.78 | 40.7 | - |
| YUV | 203.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 158 | 0 | 0.17 | 0.33 | 0.07 | 29.23 | 0.67 | 0.77 |
| Hex | EC | C4 | 9E | 0 | 11 | 21 | 7 | 1D | 43 | 4D |
| Octal | 354 | 304 | 236 | 0 | 21 | 41 | 7 | 35 | 103 | 115 |
| Binary | 11101100 | 11000100 | 10011110 | 0 | 10001 | 100001 | 111 | 11101 | 1000011 | 1001101 |
Color Harmonies of #ECC49E
Complementary color
Monochromatic Colors of #ECC49E
Black with #ECC49E
Text Example
Text Example
White with #ECC49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC49E; }
p { color: rgb(236,196,158); }
H1.HeaderClassName
{
color: #ECC49E;
}
.AnyTagClassName
{
color: #ECC49E;
}
</style>
background-color css
<style>
a { background-color: #ECC49E; }
a { background-color: rgb(236,196,158); }
div.DivClassName
{
background-color: #ECC49E;
}
.BgClassName
{
background-color: #ECC49E;
}
</style>
border-color css
<style>
span { border-color: #ECC49E; }
span { border-color: rgb(236,196,158); }
td.TdClassName
{
border-color: #ECC49E;
}
.TagClassName
{
border-color: #ECC49E;
}
</style>