Shades of New Tan #EDC396
Tints of New Tan #EDC396
RGB
CMYK
RGB Variations
Color information
#EDC396 (or 0xEDC396) is known color: New Tan. HEX triplet: ED, C3 and 96. RGB value is (237,195,150). Sum of RGB (Red+Green+Blue) = 237+195+150=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC396 is #123C69. Grayscale: #CACACA. Windows color (decimal): -1195114 or 9880557. OLE color: 9880557.
HSL color Cylindrical-coordinate representation of color #EDC396: hue angle of 31.03º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDC396 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 150 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.07 |
| HSL | 31.03º | 0.71% | 0.76% | - |
| HSV(B) | 31.03º | 0.37% | 0.93% | - |
| XYZ | 59.95 | 59.24 | 37.13 | - |
| YUV | 202.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 150 | 0 | 0.18 | 0.37 | 0.07 | 31.03 | 0.71 | 0.76 |
| Hex | ED | C3 | 96 | 0 | 12 | 25 | 7 | 1F | 47 | 4C |
| Octal | 355 | 303 | 226 | 0 | 22 | 45 | 7 | 37 | 107 | 114 |
| Binary | 11101101 | 11000011 | 10010110 | 0 | 10010 | 100101 | 111 | 11111 | 1000111 | 1001100 |
Color Harmonies of #EDC396
Complementary color
Monochromatic Colors of #EDC396
Black with #EDC396
Text Example
Text Example
White with #EDC396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC396; }
p { color: rgb(237,195,150); }
H1.HeaderClassName
{
color: #EDC396;
}
.AnyTagClassName
{
color: #EDC396;
}
</style>
background-color css
<style>
a { background-color: #EDC396; }
a { background-color: rgb(237,195,150); }
div.DivClassName
{
background-color: #EDC396;
}
.BgClassName
{
background-color: #EDC396;
}
</style>
border-color css
<style>
span { border-color: #EDC396; }
span { border-color: rgb(237,195,150); }
td.TdClassName
{
border-color: #EDC396;
}
.TagClassName
{
border-color: #EDC396;
}
</style>