Shades of New Tan #EDC795
Tints of New Tan #EDC795
RGB
CMYK
RGB Variations
Color information
#EDC795 (or 0xEDC795) is known color: New Tan. HEX triplet: ED, C7 and 95. RGB value is (237,199,149). Sum of RGB (Red+Green+Blue) = 237+199+149=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC795 is #12386A. Grayscale: #CCCCCC. Windows color (decimal): -1194091 or 9816045. OLE color: 9816045.
HSL color Cylindrical-coordinate representation of color #EDC795: hue angle of 34.09º 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 #EDC795 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 149 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.07 |
| HSL | 34.09º | 0.71% | 0.76% | - |
| HSV(B) | 34.09º | 0.37% | 0.93% | - |
| XYZ | 60.77 | 61.02 | 37.01 | - |
| YUV | 204.66 | 96.59 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 149 | 0 | 0.16 | 0.37 | 0.07 | 34.09 | 0.71 | 0.76 |
| Hex | ED | C7 | 95 | 0 | 10 | 25 | 7 | 22 | 47 | 4C |
| Octal | 355 | 307 | 225 | 0 | 20 | 45 | 7 | 42 | 107 | 114 |
| Binary | 11101101 | 11000111 | 10010101 | 0 | 10000 | 100101 | 111 | 100010 | 1000111 | 1001100 |
Color Harmonies of #EDC795
Complementary color
Monochromatic Colors of #EDC795
Black with #EDC795
Text Example
Text Example
White with #EDC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC795; }
p { color: rgb(237,199,149); }
H1.HeaderClassName
{
color: #EDC795;
}
.AnyTagClassName
{
color: #EDC795;
}
</style>
background-color css
<style>
a { background-color: #EDC795; }
a { background-color: rgb(237,199,149); }
div.DivClassName
{
background-color: #EDC795;
}
.BgClassName
{
background-color: #EDC795;
}
</style>
border-color css
<style>
span { border-color: #EDC795; }
span { border-color: rgb(237,199,149); }
td.TdClassName
{
border-color: #EDC795;
}
.TagClassName
{
border-color: #EDC795;
}
</style>