Shades of New Tan #EDC79D
Tints of New Tan #EDC79D
RGB
CMYK
RGB Variations
Color information
#EDC79D (or 0xEDC79D) is known color: New Tan. HEX triplet: ED, C7 and 9D. RGB value is (237,199,157). Sum of RGB (Red+Green+Blue) = 237+199+157=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC79D is #123862. Grayscale: #CDCDCD. Windows color (decimal): -1194083 or 10340333. OLE color: 10340333.
HSL color Cylindrical-coordinate representation of color #EDC79D: hue angle of 31.5º 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 #EDC79D is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 157 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.07 |
| HSL | 31.5º | 0.69% | 0.77% | - |
| HSV(B) | 31.5º | 0.34% | 0.93% | - |
| XYZ | 61.43 | 61.29 | 40.49 | - |
| YUV | 205.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 157 | 0 | 0.16 | 0.34 | 0.07 | 31.5 | 0.69 | 0.77 |
| Hex | ED | C7 | 9D | 0 | 10 | 22 | 7 | 1F | 45 | 4D |
| Octal | 355 | 307 | 235 | 0 | 20 | 42 | 7 | 37 | 105 | 115 |
| Binary | 11101101 | 11000111 | 10011101 | 0 | 10000 | 100010 | 111 | 11111 | 1000101 | 1001101 |
Color Harmonies of #EDC79D
Complementary color
Monochromatic Colors of #EDC79D
Black with #EDC79D
Text Example
Text Example
White with #EDC79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC79D; }
p { color: rgb(237,199,157); }
H1.HeaderClassName
{
color: #EDC79D;
}
.AnyTagClassName
{
color: #EDC79D;
}
</style>
background-color css
<style>
a { background-color: #EDC79D; }
a { background-color: rgb(237,199,157); }
div.DivClassName
{
background-color: #EDC79D;
}
.BgClassName
{
background-color: #EDC79D;
}
</style>
border-color css
<style>
span { border-color: #EDC79D; }
span { border-color: rgb(237,199,157); }
td.TdClassName
{
border-color: #EDC79D;
}
.TagClassName
{
border-color: #EDC79D;
}
</style>