Shades of New Tan #ECC59A
Tints of New Tan #ECC59A
RGB
CMYK
RGB Variations
Color information
#ECC59A (or 0xECC59A) is known color: New Tan. HEX triplet: EC, C5 and 9A. RGB value is (236,197,154). Sum of RGB (Red+Green+Blue) = 236+197+154=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC59A is #133A65. Grayscale: #CBCBCB. Windows color (decimal): -1260134 or 10143212. OLE color: 10143212.
HSL color Cylindrical-coordinate representation of color #ECC59A: hue angle of 31.46º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECC59A is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 154 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.07 |
| HSL | 31.46º | 0.68% | 0.76% | - |
| HSV(B) | 31.46º | 0.35% | 0.93% | - |
| XYZ | 60.39 | 60.1 | 38.99 | - |
| YUV | 203.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 154 | 0 | 0.17 | 0.35 | 0.07 | 31.46 | 0.68 | 0.76 |
| Hex | EC | C5 | 9A | 0 | 11 | 23 | 7 | 1F | 44 | 4C |
| Octal | 354 | 305 | 232 | 0 | 21 | 43 | 7 | 37 | 104 | 114 |
| Binary | 11101100 | 11000101 | 10011010 | 0 | 10001 | 100011 | 111 | 11111 | 1000100 | 1001100 |
Color Harmonies of #ECC59A
Complementary color
Monochromatic Colors of #ECC59A
Black with #ECC59A
Text Example
Text Example
White with #ECC59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC59A; }
p { color: rgb(236,197,154); }
H1.HeaderClassName
{
color: #ECC59A;
}
.AnyTagClassName
{
color: #ECC59A;
}
</style>
background-color css
<style>
a { background-color: #ECC59A; }
a { background-color: rgb(236,197,154); }
div.DivClassName
{
background-color: #ECC59A;
}
.BgClassName
{
background-color: #ECC59A;
}
</style>
border-color css
<style>
span { border-color: #ECC59A; }
span { border-color: rgb(236,197,154); }
td.TdClassName
{
border-color: #ECC59A;
}
.TagClassName
{
border-color: #ECC59A;
}
</style>