Shades of New Tan #EDCBA2
Tints of New Tan #EDCBA2
RGB
CMYK
RGB Variations
Color information
#EDCBA2 (or 0xEDCBA2) is known color: New Tan. HEX triplet: ED, CB and A2. RGB value is (237,203,162). Sum of RGB (Red+Green+Blue) = 237+203+162=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBA2 is #12345D. Grayscale: #D0D0D0. Windows color (decimal): -1193054 or 10669037. OLE color: 10669037.
HSL color Cylindrical-coordinate representation of color #EDCBA2: hue angle of 32.8º 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 #EDCBA2 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 162 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.07 |
| HSL | 32.8º | 0.68% | 0.78% | - |
| HSV(B) | 32.8º | 0.32% | 0.93% | - |
| XYZ | 62.8 | 63.33 | 43.1 | - |
| YUV | 208.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 162 | 0 | 0.14 | 0.32 | 0.07 | 32.8 | 0.68 | 0.78 |
| Hex | ED | CB | A2 | 0 | E | 20 | 7 | 21 | 44 | 4E |
| Octal | 355 | 313 | 242 | 0 | 16 | 40 | 7 | 41 | 104 | 116 |
| Binary | 11101101 | 11001011 | 10100010 | 0 | 1110 | 100000 | 111 | 100001 | 1000100 | 1001110 |
Color Harmonies of #EDCBA2
Complementary color
Monochromatic Colors of #EDCBA2
Black with #EDCBA2
Text Example
Text Example
White with #EDCBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBA2; }
p { color: rgb(237,203,162); }
H1.HeaderClassName
{
color: #EDCBA2;
}
.AnyTagClassName
{
color: #EDCBA2;
}
</style>
background-color css
<style>
a { background-color: #EDCBA2; }
a { background-color: rgb(237,203,162); }
div.DivClassName
{
background-color: #EDCBA2;
}
.BgClassName
{
background-color: #EDCBA2;
}
</style>
border-color css
<style>
span { border-color: #EDCBA2; }
span { border-color: rgb(237,203,162); }
td.TdClassName
{
border-color: #EDCBA2;
}
.TagClassName
{
border-color: #EDCBA2;
}
</style>