Shades of New Tan #ECC390
Tints of New Tan #ECC390
RGB
CMYK
RGB Variations
Color information
#ECC390 (or 0xECC390) is known color: New Tan. HEX triplet: EC, C3 and 90. RGB value is (236,195,144). Sum of RGB (Red+Green+Blue) = 236+195+144=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC390 is #133C6F. Grayscale: #C9C9C9. Windows color (decimal): -1260656 or 9487340. OLE color: 9487340.
HSL color Cylindrical-coordinate representation of color #ECC390: hue angle of 33.26º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECC390 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 144 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.07 |
| HSL | 33.26º | 0.71% | 0.75% | - |
| HSV(B) | 33.26º | 0.39% | 0.93% | - |
| XYZ | 59.14 | 58.88 | 34.63 | - |
| YUV | 201.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 144 | 0 | 0.17 | 0.39 | 0.07 | 33.26 | 0.71 | 0.75 |
| Hex | EC | C3 | 90 | 0 | 11 | 27 | 7 | 21 | 47 | 4B |
| Octal | 354 | 303 | 220 | 0 | 21 | 47 | 7 | 41 | 107 | 113 |
| Binary | 11101100 | 11000011 | 10010000 | 0 | 10001 | 100111 | 111 | 100001 | 1000111 | 1001011 |
Color Harmonies of #ECC390
Complementary color
Monochromatic Colors of #ECC390
Black with #ECC390
Text Example
Text Example
White with #ECC390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC390; }
p { color: rgb(236,195,144); }
H1.HeaderClassName
{
color: #ECC390;
}
.AnyTagClassName
{
color: #ECC390;
}
</style>
background-color css
<style>
a { background-color: #ECC390; }
a { background-color: rgb(236,195,144); }
div.DivClassName
{
background-color: #ECC390;
}
.BgClassName
{
background-color: #ECC390;
}
</style>
border-color css
<style>
span { border-color: #ECC390; }
span { border-color: rgb(236,195,144); }
td.TdClassName
{
border-color: #ECC390;
}
.TagClassName
{
border-color: #ECC390;
}
</style>