Shades of New Tan #EDC79F
Tints of New Tan #EDC79F
RGB
CMYK
RGB Variations
Color information
#EDC79F (or 0xEDC79F) is known color: New Tan. HEX triplet: ED, C7 and 9F. RGB value is (237,199,159). Sum of RGB (Red+Green+Blue) = 237+199+159=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC79F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC79F is #123860. Grayscale: #CECECE. Windows color (decimal): -1194081 or 10471405. OLE color: 10471405.
HSL color Cylindrical-coordinate representation of color #EDC79F: hue angle of 30.77º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDC79F is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 159 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.07 |
| HSL | 30.77º | 0.68% | 0.78% | - |
| HSV(B) | 30.77º | 0.33% | 0.93% | - |
| XYZ | 61.61 | 61.35 | 41.4 | - |
| YUV | 205.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 159 | 0 | 0.16 | 0.33 | 0.07 | 30.77 | 0.68 | 0.78 |
| Hex | ED | C7 | 9F | 0 | 10 | 21 | 7 | 1F | 44 | 4E |
| Octal | 355 | 307 | 237 | 0 | 20 | 41 | 7 | 37 | 104 | 116 |
| Binary | 11101101 | 11000111 | 10011111 | 0 | 10000 | 100001 | 111 | 11111 | 1000100 | 1001110 |
Color Harmonies of #EDC79F
Complementary color
Monochromatic Colors of #EDC79F
Black with #EDC79F
Text Example
Text Example
White with #EDC79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC79F; }
p { color: rgb(237,199,159); }
H1.HeaderClassName
{
color: #EDC79F;
}
.AnyTagClassName
{
color: #EDC79F;
}
</style>
background-color css
<style>
a { background-color: #EDC79F; }
a { background-color: rgb(237,199,159); }
div.DivClassName
{
background-color: #EDC79F;
}
.BgClassName
{
background-color: #EDC79F;
}
</style>
border-color css
<style>
span { border-color: #EDC79F; }
span { border-color: rgb(237,199,159); }
td.TdClassName
{
border-color: #EDC79F;
}
.TagClassName
{
border-color: #EDC79F;
}
</style>