Shades of New Tan #ECC99A
Tints of New Tan #ECC99A
RGB
CMYK
RGB Variations
Color information
#ECC99A (or 0xECC99A) is known color: New Tan. HEX triplet: EC, C9 and 9A. RGB value is (236,201,154). Sum of RGB (Red+Green+Blue) = 236+201+154=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC99A is #133665. Grayscale: #CECECE. Windows color (decimal): -1259110 or 10144236. OLE color: 10144236.
HSL color Cylindrical-coordinate representation of color #ECC99A: hue angle of 34.39º 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 #ECC99A is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 154 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.07 |
| HSL | 34.39º | 0.68% | 0.76% | - |
| HSV(B) | 34.39º | 0.35% | 0.93% | - |
| XYZ | 61.31 | 61.94 | 39.3 | - |
| YUV | 206.11 | 98.6 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 154 | 0 | 0.15 | 0.35 | 0.07 | 34.39 | 0.68 | 0.76 |
| Hex | EC | C9 | 9A | 0 | F | 23 | 7 | 22 | 44 | 4C |
| Octal | 354 | 311 | 232 | 0 | 17 | 43 | 7 | 42 | 104 | 114 |
| Binary | 11101100 | 11001001 | 10011010 | 0 | 1111 | 100011 | 111 | 100010 | 1000100 | 1001100 |
Color Harmonies of #ECC99A
Complementary color
Monochromatic Colors of #ECC99A
Black with #ECC99A
Text Example
Text Example
White with #ECC99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC99A; }
p { color: rgb(236,201,154); }
H1.HeaderClassName
{
color: #ECC99A;
}
.AnyTagClassName
{
color: #ECC99A;
}
</style>
background-color css
<style>
a { background-color: #ECC99A; }
a { background-color: rgb(236,201,154); }
div.DivClassName
{
background-color: #ECC99A;
}
.BgClassName
{
background-color: #ECC99A;
}
</style>
border-color css
<style>
span { border-color: #ECC99A; }
span { border-color: rgb(236,201,154); }
td.TdClassName
{
border-color: #ECC99A;
}
.TagClassName
{
border-color: #ECC99A;
}
</style>