Shades of New Tan #EDC79B
Tints of New Tan #EDC79B
RGB
CMYK
RGB Variations
Color information
#EDC79B (or 0xEDC79B) is known color: New Tan. HEX triplet: ED, C7 and 9B. RGB value is (237,199,155). Sum of RGB (Red+Green+Blue) = 237+199+155=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC79B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC79B is #123864. Grayscale: #CDCDCD. Windows color (decimal): -1194085 or 10209261. OLE color: 10209261.
HSL color Cylindrical-coordinate representation of color #EDC79B: hue angle of 32.2º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDC79B is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 155 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.07 |
| HSL | 32.2º | 0.69% | 0.77% | - |
| HSV(B) | 32.2º | 0.35% | 0.93% | - |
| XYZ | 61.26 | 61.22 | 39.6 | - |
| YUV | 205.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 155 | 0 | 0.16 | 0.35 | 0.07 | 32.2 | 0.69 | 0.77 |
| Hex | ED | C7 | 9B | 0 | 10 | 23 | 7 | 20 | 45 | 4D |
| Octal | 355 | 307 | 233 | 0 | 20 | 43 | 7 | 40 | 105 | 115 |
| Binary | 11101101 | 11000111 | 10011011 | 0 | 10000 | 100011 | 111 | 100000 | 1000101 | 1001101 |
Color Harmonies of #EDC79B
Complementary color
Monochromatic Colors of #EDC79B
Black with #EDC79B
Text Example
Text Example
White with #EDC79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC79B; }
p { color: rgb(237,199,155); }
H1.HeaderClassName
{
color: #EDC79B;
}
.AnyTagClassName
{
color: #EDC79B;
}
</style>
background-color css
<style>
a { background-color: #EDC79B; }
a { background-color: rgb(237,199,155); }
div.DivClassName
{
background-color: #EDC79B;
}
.BgClassName
{
background-color: #EDC79B;
}
</style>
border-color css
<style>
span { border-color: #EDC79B; }
span { border-color: rgb(237,199,155); }
td.TdClassName
{
border-color: #EDC79B;
}
.TagClassName
{
border-color: #EDC79B;
}
</style>