Shades of New Tan #ECC592
Tints of New Tan #ECC592
RGB
CMYK
RGB Variations
Color information
#ECC592 (or 0xECC592) is known color: New Tan. HEX triplet: EC, C5 and 92. RGB value is (236,197,146). Sum of RGB (Red+Green+Blue) = 236+197+146=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC592 is #133A6D. Grayscale: #CBCBCB. Windows color (decimal): -1260142 or 9618924. OLE color: 9618924.
HSL color Cylindrical-coordinate representation of color #ECC592: hue angle of 34º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECC592 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 146 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.07 |
| HSL | 34º | 0.7% | 0.75% | - |
| HSV(B) | 34º | 0.38% | 0.93% | - |
| XYZ | 59.75 | 59.84 | 35.6 | - |
| YUV | 202.85 | 95.92 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 146 | 0 | 0.17 | 0.38 | 0.07 | 34 | 0.7 | 0.75 |
| Hex | EC | C5 | 92 | 0 | 11 | 26 | 7 | 22 | 46 | 4B |
| Octal | 354 | 305 | 222 | 0 | 21 | 46 | 7 | 42 | 106 | 113 |
| Binary | 11101100 | 11000101 | 10010010 | 0 | 10001 | 100110 | 111 | 100010 | 1000110 | 1001011 |
Color Harmonies of #ECC592
Complementary color
Monochromatic Colors of #ECC592
Black with #ECC592
Text Example
Text Example
White with #ECC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC592; }
p { color: rgb(236,197,146); }
H1.HeaderClassName
{
color: #ECC592;
}
.AnyTagClassName
{
color: #ECC592;
}
</style>
background-color css
<style>
a { background-color: #ECC592; }
a { background-color: rgb(236,197,146); }
div.DivClassName
{
background-color: #ECC592;
}
.BgClassName
{
background-color: #ECC592;
}
</style>
border-color css
<style>
span { border-color: #ECC592; }
span { border-color: rgb(236,197,146); }
td.TdClassName
{
border-color: #ECC592;
}
.TagClassName
{
border-color: #ECC592;
}
</style>