Shades of New Tan #EDC699
Tints of New Tan #EDC699
RGB
CMYK
RGB Variations
Color information
#EDC699 (or 0xEDC699) is known color: New Tan. HEX triplet: ED, C6 and 99. RGB value is (237,198,153). Sum of RGB (Red+Green+Blue) = 237+198+153=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC699 is #123966. Grayscale: #CCCCCC. Windows color (decimal): -1194343 or 10077933. OLE color: 10077933.
HSL color Cylindrical-coordinate representation of color #EDC699: hue angle of 32.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDC699 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 153 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.07 |
| HSL | 32.14º | 0.7% | 0.76% | - |
| HSV(B) | 32.14º | 0.35% | 0.93% | - |
| XYZ | 60.87 | 60.69 | 38.64 | - |
| YUV | 204.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 153 | 0 | 0.16 | 0.35 | 0.07 | 32.14 | 0.7 | 0.76 |
| Hex | ED | C6 | 99 | 0 | 10 | 23 | 7 | 20 | 46 | 4C |
| Octal | 355 | 306 | 231 | 0 | 20 | 43 | 7 | 40 | 106 | 114 |
| Binary | 11101101 | 11000110 | 10011001 | 0 | 10000 | 100011 | 111 | 100000 | 1000110 | 1001100 |
Color Harmonies of #EDC699
Complementary color
Monochromatic Colors of #EDC699
Black with #EDC699
Text Example
Text Example
White with #EDC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC699; }
p { color: rgb(237,198,153); }
H1.HeaderClassName
{
color: #EDC699;
}
.AnyTagClassName
{
color: #EDC699;
}
</style>
background-color css
<style>
a { background-color: #EDC699; }
a { background-color: rgb(237,198,153); }
div.DivClassName
{
background-color: #EDC699;
}
.BgClassName
{
background-color: #EDC699;
}
</style>
border-color css
<style>
span { border-color: #EDC699; }
span { border-color: rgb(237,198,153); }
td.TdClassName
{
border-color: #EDC699;
}
.TagClassName
{
border-color: #EDC699;
}
</style>