Shades of New Tan #EDCCA0
Tints of New Tan #EDCCA0
RGB
CMYK
RGB Variations
Color information
#EDCCA0 (or 0xEDCCA0) is known color: New Tan. HEX triplet: ED, CC and A0. RGB value is (237,204,160). Sum of RGB (Red+Green+Blue) = 237+204+160=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCA0 is #12335F. Grayscale: #D1D1D1. Windows color (decimal): -1192800 or 10538221. OLE color: 10538221.
HSL color Cylindrical-coordinate representation of color #EDCCA0: hue angle of 34.29º 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 #EDCCA0 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 204 | 160 | - |
CMYK | 0 | 0.14 | 0.32 | 0.07 |
HSL | 34.29º | 0.68% | 0.78% | - |
HSV(B) | 34.29º | 0.32% | 0.93% | - |
XYZ | 62.86 | 63.73 | 42.25 | - |
YUV | 208.85 | 100.43 | 148.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 204 | 160 | 0 | 0.14 | 0.32 | 0.07 | 34.29 | 0.68 | 0.78 |
Hex | ED | CC | A0 | 0 | E | 20 | 7 | 22 | 44 | 4E |
Octal | 355 | 314 | 240 | 0 | 16 | 40 | 7 | 42 | 104 | 116 |
Binary | 11101101 | 11001100 | 10100000 | 0 | 1110 | 100000 | 111 | 100010 | 1000100 | 1001110 |
Color Harmonies of #EDCCA0
Complementary color
Monochromatic Colors of #EDCCA0
Black with #EDCCA0
Text Example
Text Example
White with #EDCCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCA0; }
p { color: rgb(237,204,160); }
H1.HeaderClassName
{
color: #EDCCA0;
}
.AnyTagClassName
{
color: #EDCCA0;
}
</style>
background-color css
<style>
a { background-color: #EDCCA0; }
a { background-color: rgb(237,204,160); }
div.DivClassName
{
background-color: #EDCCA0;
}
.BgClassName
{
background-color: #EDCCA0;
}
</style>
border-color css
<style>
span { border-color: #EDCCA0; }
span { border-color: rgb(237,204,160); }
td.TdClassName
{
border-color: #EDCCA0;
}
.TagClassName
{
border-color: #EDCCA0;
}
</style>