Shades of New Tan #EDC697
Tints of New Tan #EDC697
RGB
CMYK
RGB Variations
Color information
#EDC697 (or 0xEDC697) is known color: New Tan. HEX triplet: ED, C6 and 97. RGB value is (237,198,151). Sum of RGB (Red+Green+Blue) = 237+198+151=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC697 is #123968. Grayscale: #CCCCCC. Windows color (decimal): -1194345 or 9946861. OLE color: 9946861.
HSL color Cylindrical-coordinate representation of color #EDC697: hue angle of 32.79º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDC697 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 151 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.07 |
| HSL | 32.79º | 0.7% | 0.76% | - |
| HSV(B) | 32.79º | 0.36% | 0.93% | - |
| XYZ | 60.71 | 60.63 | 37.78 | - |
| YUV | 204.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 151 | 0 | 0.16 | 0.36 | 0.07 | 32.79 | 0.7 | 0.76 |
| Hex | ED | C6 | 97 | 0 | 10 | 24 | 7 | 21 | 46 | 4C |
| Octal | 355 | 306 | 227 | 0 | 20 | 44 | 7 | 41 | 106 | 114 |
| Binary | 11101101 | 11000110 | 10010111 | 0 | 10000 | 100100 | 111 | 100001 | 1000110 | 1001100 |
Color Harmonies of #EDC697
Complementary color
Monochromatic Colors of #EDC697
Black with #EDC697
Text Example
Text Example
White with #EDC697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC697; }
p { color: rgb(237,198,151); }
H1.HeaderClassName
{
color: #EDC697;
}
.AnyTagClassName
{
color: #EDC697;
}
</style>
background-color css
<style>
a { background-color: #EDC697; }
a { background-color: rgb(237,198,151); }
div.DivClassName
{
background-color: #EDC697;
}
.BgClassName
{
background-color: #EDC697;
}
</style>
border-color css
<style>
span { border-color: #EDC697; }
span { border-color: rgb(237,198,151); }
td.TdClassName
{
border-color: #EDC697;
}
.TagClassName
{
border-color: #EDC697;
}
</style>