Shades of New Tan #EDC393
Tints of New Tan #EDC393
RGB
CMYK
RGB Variations
Color information
#EDC393 (or 0xEDC393) is known color: New Tan. HEX triplet: ED, C3 and 93. RGB value is (237,195,147). Sum of RGB (Red+Green+Blue) = 237+195+147=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC393 is #123C6C. Grayscale: #CACACA. Windows color (decimal): -1195117 or 9683949. OLE color: 9683949.
HSL color Cylindrical-coordinate representation of color #EDC393: hue angle of 32º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDC393 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 147 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.07 |
| HSL | 32º | 0.71% | 0.75% | - |
| HSV(B) | 32º | 0.38% | 0.93% | - |
| XYZ | 59.71 | 59.14 | 35.87 | - |
| YUV | 202.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 147 | 0 | 0.18 | 0.38 | 0.07 | 32 | 0.71 | 0.75 |
| Hex | ED | C3 | 93 | 0 | 12 | 26 | 7 | 20 | 47 | 4B |
| Octal | 355 | 303 | 223 | 0 | 22 | 46 | 7 | 40 | 107 | 113 |
| Binary | 11101101 | 11000011 | 10010011 | 0 | 10010 | 100110 | 111 | 100000 | 1000111 | 1001011 |
Color Harmonies of #EDC393
Complementary color
Monochromatic Colors of #EDC393
Black with #EDC393
Text Example
Text Example
White with #EDC393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC393; }
p { color: rgb(237,195,147); }
H1.HeaderClassName
{
color: #EDC393;
}
.AnyTagClassName
{
color: #EDC393;
}
</style>
background-color css
<style>
a { background-color: #EDC393; }
a { background-color: rgb(237,195,147); }
div.DivClassName
{
background-color: #EDC393;
}
.BgClassName
{
background-color: #EDC393;
}
</style>
border-color css
<style>
span { border-color: #EDC393; }
span { border-color: rgb(237,195,147); }
td.TdClassName
{
border-color: #EDC393;
}
.TagClassName
{
border-color: #EDC393;
}
</style>