Shades of New Tan #ECC69D
Tints of New Tan #ECC69D
RGB
CMYK
RGB Variations
Color information
#ECC69D (or 0xECC69D) is known color: New Tan. HEX triplet: EC, C6 and 9D. RGB value is (236,198,157). Sum of RGB (Red+Green+Blue) = 236+198+157=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC69D is #133962. Grayscale: #CCCCCC. Windows color (decimal): -1259875 or 10340076. OLE color: 10340076.
HSL color Cylindrical-coordinate representation of color #ECC69D: hue angle of 31.14º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECC69D is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 157 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.07 |
| HSL | 31.14º | 0.68% | 0.77% | - |
| HSV(B) | 31.14º | 0.33% | 0.93% | - |
| XYZ | 60.87 | 60.66 | 40.4 | - |
| YUV | 204.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 157 | 0 | 0.16 | 0.33 | 0.07 | 31.14 | 0.68 | 0.77 |
| Hex | EC | C6 | 9D | 0 | 10 | 21 | 7 | 1F | 44 | 4D |
| Octal | 354 | 306 | 235 | 0 | 20 | 41 | 7 | 37 | 104 | 115 |
| Binary | 11101100 | 11000110 | 10011101 | 0 | 10000 | 100001 | 111 | 11111 | 1000100 | 1001101 |
Color Harmonies of #ECC69D
Complementary color
Monochromatic Colors of #ECC69D
Black with #ECC69D
Text Example
Text Example
White with #ECC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC69D; }
p { color: rgb(236,198,157); }
H1.HeaderClassName
{
color: #ECC69D;
}
.AnyTagClassName
{
color: #ECC69D;
}
</style>
background-color css
<style>
a { background-color: #ECC69D; }
a { background-color: rgb(236,198,157); }
div.DivClassName
{
background-color: #ECC69D;
}
.BgClassName
{
background-color: #ECC69D;
}
</style>
border-color css
<style>
span { border-color: #ECC69D; }
span { border-color: rgb(236,198,157); }
td.TdClassName
{
border-color: #ECC69D;
}
.TagClassName
{
border-color: #ECC69D;
}
</style>