Shades of New Tan #EDC799
Tints of New Tan #EDC799
RGB
CMYK
RGB Variations
Color information
#EDC799 (or 0xEDC799) is known color: New Tan. HEX triplet: ED, C7 and 99. RGB value is (237,199,153). Sum of RGB (Red+Green+Blue) = 237+199+153=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC799 is #123866. Grayscale: #CDCDCD. Windows color (decimal): -1194087 or 10078189. OLE color: 10078189.
HSL color Cylindrical-coordinate representation of color #EDC799: hue angle of 32.86º 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 #EDC799 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 153 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.07 |
| HSL | 32.86º | 0.7% | 0.76% | - |
| HSV(B) | 32.86º | 0.35% | 0.93% | - |
| XYZ | 61.1 | 61.15 | 38.72 | - |
| YUV | 205.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 153 | 0 | 0.16 | 0.35 | 0.07 | 32.86 | 0.7 | 0.76 |
| Hex | ED | C7 | 99 | 0 | 10 | 23 | 7 | 21 | 46 | 4C |
| Octal | 355 | 307 | 231 | 0 | 20 | 43 | 7 | 41 | 106 | 114 |
| Binary | 11101101 | 11000111 | 10011001 | 0 | 10000 | 100011 | 111 | 100001 | 1000110 | 1001100 |
Color Harmonies of #EDC799
Complementary color
Monochromatic Colors of #EDC799
Black with #EDC799
Text Example
Text Example
White with #EDC799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC799; }
p { color: rgb(237,199,153); }
H1.HeaderClassName
{
color: #EDC799;
}
.AnyTagClassName
{
color: #EDC799;
}
</style>
background-color css
<style>
a { background-color: #EDC799; }
a { background-color: rgb(237,199,153); }
div.DivClassName
{
background-color: #EDC799;
}
.BgClassName
{
background-color: #EDC799;
}
</style>
border-color css
<style>
span { border-color: #EDC799; }
span { border-color: rgb(237,199,153); }
td.TdClassName
{
border-color: #EDC799;
}
.TagClassName
{
border-color: #EDC799;
}
</style>