Shades of New Tan #EDCAA0
Tints of New Tan #EDCAA0
RGB
CMYK
RGB Variations
Color information
#EDCAA0 (or 0xEDCAA0) is known color: New Tan. HEX triplet: ED, CA and A0. RGB value is (237,202,160). Sum of RGB (Red+Green+Blue) = 237+202+160=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAA0 is #12355F. Grayscale: #CFCFCF. Windows color (decimal): -1193312 or 10537709. OLE color: 10537709.
HSL color Cylindrical-coordinate representation of color #EDCAA0: hue angle of 32.73º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDCAA0 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 160 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.07 |
| HSL | 32.73º | 0.68% | 0.78% | - |
| HSV(B) | 32.73º | 0.32% | 0.93% | - |
| XYZ | 62.39 | 62.78 | 42.09 | - |
| YUV | 207.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 160 | 0 | 0.15 | 0.32 | 0.07 | 32.73 | 0.68 | 0.78 |
| Hex | ED | CA | A0 | 0 | F | 20 | 7 | 21 | 44 | 4E |
| Octal | 355 | 312 | 240 | 0 | 17 | 40 | 7 | 41 | 104 | 116 |
| Binary | 11101101 | 11001010 | 10100000 | 0 | 1111 | 100000 | 111 | 100001 | 1000100 | 1001110 |
Color Harmonies of #EDCAA0
Complementary color
Monochromatic Colors of #EDCAA0
Black with #EDCAA0
Text Example
Text Example
White with #EDCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCAA0; }
p { color: rgb(237,202,160); }
H1.HeaderClassName
{
color: #EDCAA0;
}
.AnyTagClassName
{
color: #EDCAA0;
}
</style>
background-color css
<style>
a { background-color: #EDCAA0; }
a { background-color: rgb(237,202,160); }
div.DivClassName
{
background-color: #EDCAA0;
}
.BgClassName
{
background-color: #EDCAA0;
}
</style>
border-color css
<style>
span { border-color: #EDCAA0; }
span { border-color: rgb(237,202,160); }
td.TdClassName
{
border-color: #EDCAA0;
}
.TagClassName
{
border-color: #EDCAA0;
}
</style>