Shades of New Tan #ECC794
Tints of New Tan #ECC794
RGB
CMYK
RGB Variations
Color information
#ECC794 (or 0xECC794) is known color: New Tan. HEX triplet: EC, C7 and 94. RGB value is (236,199,148). Sum of RGB (Red+Green+Blue) = 236+199+148=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC794 is #13386B. Grayscale: #CCCCCC. Windows color (decimal): -1259628 or 9750508. OLE color: 9750508.
HSL color Cylindrical-coordinate representation of color #ECC794: hue angle of 34.77º 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 #ECC794 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 148 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.07 |
| HSL | 34.77º | 0.7% | 0.75% | - |
| HSV(B) | 34.77º | 0.37% | 0.93% | - |
| XYZ | 60.36 | 60.82 | 36.57 | - |
| YUV | 204.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 148 | 0 | 0.16 | 0.37 | 0.07 | 34.77 | 0.7 | 0.75 |
| Hex | EC | C7 | 94 | 0 | 10 | 25 | 7 | 23 | 46 | 4B |
| Octal | 354 | 307 | 224 | 0 | 20 | 45 | 7 | 43 | 106 | 113 |
| Binary | 11101100 | 11000111 | 10010100 | 0 | 10000 | 100101 | 111 | 100011 | 1000110 | 1001011 |
Color Harmonies of #ECC794
Complementary color
Monochromatic Colors of #ECC794
Black with #ECC794
Text Example
Text Example
White with #ECC794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC794; }
p { color: rgb(236,199,148); }
H1.HeaderClassName
{
color: #ECC794;
}
.AnyTagClassName
{
color: #ECC794;
}
</style>
background-color css
<style>
a { background-color: #ECC794; }
a { background-color: rgb(236,199,148); }
div.DivClassName
{
background-color: #ECC794;
}
.BgClassName
{
background-color: #ECC794;
}
</style>
border-color css
<style>
span { border-color: #ECC794; }
span { border-color: rgb(236,199,148); }
td.TdClassName
{
border-color: #ECC794;
}
.TagClassName
{
border-color: #ECC794;
}
</style>