Shades of New Tan #EDC999
Tints of New Tan #EDC999
RGB
CMYK
RGB Variations
Color information
#EDC999 (or 0xEDC999) is known color: New Tan. HEX triplet: ED, C9 and 99. RGB value is (237,201,153). Sum of RGB (Red+Green+Blue) = 237+201+153=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC999 is #123666. Grayscale: #CECECE. Windows color (decimal): -1193575 or 10078701. OLE color: 10078701.
HSL color Cylindrical-coordinate representation of color #EDC999: hue angle of 34.29º 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 #EDC999 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 153 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.07 |
| HSL | 34.29º | 0.7% | 0.76% | - |
| HSV(B) | 34.29º | 0.35% | 0.93% | - |
| XYZ | 61.56 | 62.08 | 38.87 | - |
| YUV | 206.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 153 | 0 | 0.15 | 0.35 | 0.07 | 34.29 | 0.7 | 0.76 |
| Hex | ED | C9 | 99 | 0 | F | 23 | 7 | 22 | 46 | 4C |
| Octal | 355 | 311 | 231 | 0 | 17 | 43 | 7 | 42 | 106 | 114 |
| Binary | 11101101 | 11001001 | 10011001 | 0 | 1111 | 100011 | 111 | 100010 | 1000110 | 1001100 |
Color Harmonies of #EDC999
Complementary color
Monochromatic Colors of #EDC999
Black with #EDC999
Text Example
Text Example
White with #EDC999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC999; }
p { color: rgb(237,201,153); }
H1.HeaderClassName
{
color: #EDC999;
}
.AnyTagClassName
{
color: #EDC999;
}
</style>
background-color css
<style>
a { background-color: #EDC999; }
a { background-color: rgb(237,201,153); }
div.DivClassName
{
background-color: #EDC999;
}
.BgClassName
{
background-color: #EDC999;
}
</style>
border-color css
<style>
span { border-color: #EDC999; }
span { border-color: rgb(237,201,153); }
td.TdClassName
{
border-color: #EDC999;
}
.TagClassName
{
border-color: #EDC999;
}
</style>