Shades of New Tan #ECC795
Tints of New Tan #ECC795
RGB
CMYK
RGB Variations
Color information
#ECC795 (or 0xECC795) is known color: New Tan. HEX triplet: EC, C7 and 95. RGB value is (236,199,149). Sum of RGB (Red+Green+Blue) = 236+199+149=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC795 is #13386A. Grayscale: #CCCCCC. Windows color (decimal): -1259627 or 9816044. OLE color: 9816044.
HSL color Cylindrical-coordinate representation of color #ECC795: hue angle of 34.48º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECC795 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 149 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.07 |
| HSL | 34.48º | 0.7% | 0.75% | - |
| HSV(B) | 34.48º | 0.37% | 0.93% | - |
| XYZ | 60.44 | 60.85 | 36.99 | - |
| YUV | 204.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 149 | 0 | 0.16 | 0.37 | 0.07 | 34.48 | 0.7 | 0.75 |
| Hex | EC | C7 | 95 | 0 | 10 | 25 | 7 | 22 | 46 | 4B |
| Octal | 354 | 307 | 225 | 0 | 20 | 45 | 7 | 42 | 106 | 113 |
| Binary | 11101100 | 11000111 | 10010101 | 0 | 10000 | 100101 | 111 | 100010 | 1000110 | 1001011 |
Color Harmonies of #ECC795
Complementary color
Monochromatic Colors of #ECC795
Black with #ECC795
Text Example
Text Example
White with #ECC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC795; }
p { color: rgb(236,199,149); }
H1.HeaderClassName
{
color: #ECC795;
}
.AnyTagClassName
{
color: #ECC795;
}
</style>
background-color css
<style>
a { background-color: #ECC795; }
a { background-color: rgb(236,199,149); }
div.DivClassName
{
background-color: #ECC795;
}
.BgClassName
{
background-color: #ECC795;
}
</style>
border-color css
<style>
span { border-color: #ECC795; }
span { border-color: rgb(236,199,149); }
td.TdClassName
{
border-color: #ECC795;
}
.TagClassName
{
border-color: #ECC795;
}
</style>