Shades of New Tan #EDC79C
Tints of New Tan #EDC79C
RGB
CMYK
RGB Variations
Color information
#EDC79C (or 0xEDC79C) is known color: New Tan. HEX triplet: ED, C7 and 9C. RGB value is (237,199,156). Sum of RGB (Red+Green+Blue) = 237+199+156=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 156 (61.33% from 255 or 26.35% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC79C is #123863. Grayscale: #CDCDCD. Windows color (decimal): -1194084 or 10274797. OLE color: 10274797.
HSL color Cylindrical-coordinate representation of color #EDC79C: hue angle of 31.85º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDC79C is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 156 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.07 |
| HSL | 31.85º | 0.69% | 0.77% | - |
| HSV(B) | 31.85º | 0.34% | 0.93% | - |
| XYZ | 61.35 | 61.25 | 40.04 | - |
| YUV | 205.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 156 | 0 | 0.16 | 0.34 | 0.07 | 31.85 | 0.69 | 0.77 |
| Hex | ED | C7 | 9C | 0 | 10 | 22 | 7 | 20 | 45 | 4D |
| Octal | 355 | 307 | 234 | 0 | 20 | 42 | 7 | 40 | 105 | 115 |
| Binary | 11101101 | 11000111 | 10011100 | 0 | 10000 | 100010 | 111 | 100000 | 1000101 | 1001101 |
Color Harmonies of #EDC79C
Complementary color
Monochromatic Colors of #EDC79C
Black with #EDC79C
Text Example
Text Example
White with #EDC79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC79C; }
p { color: rgb(237,199,156); }
H1.HeaderClassName
{
color: #EDC79C;
}
.AnyTagClassName
{
color: #EDC79C;
}
</style>
background-color css
<style>
a { background-color: #EDC79C; }
a { background-color: rgb(237,199,156); }
div.DivClassName
{
background-color: #EDC79C;
}
.BgClassName
{
background-color: #EDC79C;
}
</style>
border-color css
<style>
span { border-color: #EDC79C; }
span { border-color: rgb(237,199,156); }
td.TdClassName
{
border-color: #EDC79C;
}
.TagClassName
{
border-color: #EDC79C;
}
</style>