Shades of New Tan #ECC69B
Tints of New Tan #ECC69B
RGB
CMYK
RGB Variations
Color information
#ECC69B (or 0xECC69B) is known color: New Tan. HEX triplet: EC, C6 and 9B. RGB value is (236,198,155). Sum of RGB (Red+Green+Blue) = 236+198+155=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC69B is #133964. Grayscale: #CCCCCC. Windows color (decimal): -1259877 or 10209004. OLE color: 10209004.
HSL color Cylindrical-coordinate representation of color #ECC69B: hue angle of 31.85º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECC69B is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 155 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.07 |
| HSL | 31.85º | 0.68% | 0.77% | - |
| HSV(B) | 31.85º | 0.34% | 0.93% | - |
| XYZ | 60.7 | 60.59 | 39.51 | - |
| YUV | 204.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 155 | 0 | 0.16 | 0.34 | 0.07 | 31.85 | 0.68 | 0.77 |
| Hex | EC | C6 | 9B | 0 | 10 | 22 | 7 | 20 | 44 | 4D |
| Octal | 354 | 306 | 233 | 0 | 20 | 42 | 7 | 40 | 104 | 115 |
| Binary | 11101100 | 11000110 | 10011011 | 0 | 10000 | 100010 | 111 | 100000 | 1000100 | 1001101 |
Color Harmonies of #ECC69B
Complementary color
Monochromatic Colors of #ECC69B
Black with #ECC69B
Text Example
Text Example
White with #ECC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC69B; }
p { color: rgb(236,198,155); }
H1.HeaderClassName
{
color: #ECC69B;
}
.AnyTagClassName
{
color: #ECC69B;
}
</style>
background-color css
<style>
a { background-color: #ECC69B; }
a { background-color: rgb(236,198,155); }
div.DivClassName
{
background-color: #ECC69B;
}
.BgClassName
{
background-color: #ECC69B;
}
</style>
border-color css
<style>
span { border-color: #ECC69B; }
span { border-color: rgb(236,198,155); }
td.TdClassName
{
border-color: #ECC69B;
}
.TagClassName
{
border-color: #ECC69B;
}
</style>