Shades of New Tan #EDC395
Tints of New Tan #EDC395
RGB
CMYK
RGB Variations
Color information
#EDC395 (or 0xEDC395) is known color: New Tan. HEX triplet: ED, C3 and 95. RGB value is (237,195,149). Sum of RGB (Red+Green+Blue) = 237+195+149=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC395 is #123C6A. Grayscale: #CACACA. Windows color (decimal): -1195115 or 9815021. OLE color: 9815021.
HSL color Cylindrical-coordinate representation of color #EDC395: hue angle of 31.36º 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 #EDC395 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 149 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.07 |
| HSL | 31.36º | 0.71% | 0.76% | - |
| HSV(B) | 31.36º | 0.37% | 0.93% | - |
| XYZ | 59.86 | 59.2 | 36.71 | - |
| YUV | 202.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 149 | 0 | 0.18 | 0.37 | 0.07 | 31.36 | 0.71 | 0.76 |
| Hex | ED | C3 | 95 | 0 | 12 | 25 | 7 | 1F | 47 | 4C |
| Octal | 355 | 303 | 225 | 0 | 22 | 45 | 7 | 37 | 107 | 114 |
| Binary | 11101101 | 11000011 | 10010101 | 0 | 10010 | 100101 | 111 | 11111 | 1000111 | 1001100 |
Color Harmonies of #EDC395
Complementary color
Monochromatic Colors of #EDC395
Black with #EDC395
Text Example
Text Example
White with #EDC395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC395; }
p { color: rgb(237,195,149); }
H1.HeaderClassName
{
color: #EDC395;
}
.AnyTagClassName
{
color: #EDC395;
}
</style>
background-color css
<style>
a { background-color: #EDC395; }
a { background-color: rgb(237,195,149); }
div.DivClassName
{
background-color: #EDC395;
}
.BgClassName
{
background-color: #EDC395;
}
</style>
border-color css
<style>
span { border-color: #EDC395; }
span { border-color: rgb(237,195,149); }
td.TdClassName
{
border-color: #EDC395;
}
.TagClassName
{
border-color: #EDC395;
}
</style>