Shades of New Tan #ECC294
Tints of New Tan #ECC294
RGB
CMYK
RGB Variations
Color information
#ECC294 (or 0xECC294) is known color: New Tan. HEX triplet: EC, C2 and 94. RGB value is (236,194,148). Sum of RGB (Red+Green+Blue) = 236+194+148=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC294 is #133D6B. Grayscale: #C9C9C9. Windows color (decimal): -1260908 or 9749228. OLE color: 9749228.
HSL color Cylindrical-coordinate representation of color #ECC294: hue angle of 31.36º 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 #ECC294 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 148 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.07 |
| HSL | 31.36º | 0.7% | 0.75% | - |
| HSV(B) | 31.36º | 0.37% | 0.93% | - |
| XYZ | 59.23 | 58.55 | 36.2 | - |
| YUV | 201.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 148 | 0 | 0.18 | 0.37 | 0.07 | 31.36 | 0.7 | 0.75 |
| Hex | EC | C2 | 94 | 0 | 12 | 25 | 7 | 1F | 46 | 4B |
| Octal | 354 | 302 | 224 | 0 | 22 | 45 | 7 | 37 | 106 | 113 |
| Binary | 11101100 | 11000010 | 10010100 | 0 | 10010 | 100101 | 111 | 11111 | 1000110 | 1001011 |
Color Harmonies of #ECC294
Complementary color
Monochromatic Colors of #ECC294
Black with #ECC294
Text Example
Text Example
White with #ECC294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC294; }
p { color: rgb(236,194,148); }
H1.HeaderClassName
{
color: #ECC294;
}
.AnyTagClassName
{
color: #ECC294;
}
</style>
background-color css
<style>
a { background-color: #ECC294; }
a { background-color: rgb(236,194,148); }
div.DivClassName
{
background-color: #ECC294;
}
.BgClassName
{
background-color: #ECC294;
}
</style>
border-color css
<style>
span { border-color: #ECC294; }
span { border-color: rgb(236,194,148); }
td.TdClassName
{
border-color: #ECC294;
}
.TagClassName
{
border-color: #ECC294;
}
</style>