Shades of New Tan #EDCBA1
Tints of New Tan #EDCBA1
RGB
CMYK
RGB Variations
Color information
#EDCBA1 (or 0xEDCBA1) is known color: New Tan. HEX triplet: ED, CB and A1. RGB value is (237,203,161). Sum of RGB (Red+Green+Blue) = 237+203+161=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBA1 is #12345E. Grayscale: #D0D0D0. Windows color (decimal): -1193055 or 10603501. OLE color: 10603501.
HSL color Cylindrical-coordinate representation of color #EDCBA1: hue angle of 33.16º 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 #EDCBA1 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 203 | 161 | - |
CMYK | 0 | 0.14 | 0.32 | 0.07 |
HSL | 33.16º | 0.68% | 0.78% | - |
HSV(B) | 33.16º | 0.32% | 0.93% | - |
XYZ | 62.71 | 63.29 | 42.63 | - |
YUV | 208.38 | 101.26 | 148.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 203 | 161 | 0 | 0.14 | 0.32 | 0.07 | 33.16 | 0.68 | 0.78 |
Hex | ED | CB | A1 | 0 | E | 20 | 7 | 21 | 44 | 4E |
Octal | 355 | 313 | 241 | 0 | 16 | 40 | 7 | 41 | 104 | 116 |
Binary | 11101101 | 11001011 | 10100001 | 0 | 1110 | 100000 | 111 | 100001 | 1000100 | 1001110 |
Color Harmonies of #EDCBA1
Complementary color
Monochromatic Colors of #EDCBA1
Black with #EDCBA1
Text Example
Text Example
White with #EDCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBA1; }
p { color: rgb(237,203,161); }
H1.HeaderClassName
{
color: #EDCBA1;
}
.AnyTagClassName
{
color: #EDCBA1;
}
</style>
background-color css
<style>
a { background-color: #EDCBA1; }
a { background-color: rgb(237,203,161); }
div.DivClassName
{
background-color: #EDCBA1;
}
.BgClassName
{
background-color: #EDCBA1;
}
</style>
border-color css
<style>
span { border-color: #EDCBA1; }
span { border-color: rgb(237,203,161); }
td.TdClassName
{
border-color: #EDCBA1;
}
.TagClassName
{
border-color: #EDCBA1;
}
</style>