Shades of New Tan #EDCB9C
Tints of New Tan #EDCB9C
RGB
CMYK
RGB Variations
Color information
#EDCB9C (or 0xEDCB9C) is known color: New Tan. HEX triplet: ED, CB and 9C. RGB value is (237,203,156). Sum of RGB (Red+Green+Blue) = 237+203+156=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCB9C is #123463. Grayscale: #D0D0D0. Windows color (decimal): -1193060 or 10275821. OLE color: 10275821.
HSL color Cylindrical-coordinate representation of color #EDCB9C: hue angle of 34.81º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDCB9C is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 156 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.07 |
| HSL | 34.81º | 0.69% | 0.77% | - |
| HSV(B) | 34.81º | 0.34% | 0.93% | - |
| XYZ | 62.28 | 63.12 | 40.35 | - |
| YUV | 207.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 156 | 0 | 0.14 | 0.34 | 0.07 | 34.81 | 0.69 | 0.77 |
| Hex | ED | CB | 9C | 0 | E | 22 | 7 | 23 | 45 | 4D |
| Octal | 355 | 313 | 234 | 0 | 16 | 42 | 7 | 43 | 105 | 115 |
| Binary | 11101101 | 11001011 | 10011100 | 0 | 1110 | 100010 | 111 | 100011 | 1000101 | 1001101 |
Color Harmonies of #EDCB9C
Complementary color
Monochromatic Colors of #EDCB9C
Black with #EDCB9C
Text Example
Text Example
White with #EDCB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB9C; }
p { color: rgb(237,203,156); }
H1.HeaderClassName
{
color: #EDCB9C;
}
.AnyTagClassName
{
color: #EDCB9C;
}
</style>
background-color css
<style>
a { background-color: #EDCB9C; }
a { background-color: rgb(237,203,156); }
div.DivClassName
{
background-color: #EDCB9C;
}
.BgClassName
{
background-color: #EDCB9C;
}
</style>
border-color css
<style>
span { border-color: #EDCB9C; }
span { border-color: rgb(237,203,156); }
td.TdClassName
{
border-color: #EDCB9C;
}
.TagClassName
{
border-color: #EDCB9C;
}
</style>