Shades of New Tan #EDC89C
Tints of New Tan #EDC89C
RGB
CMYK
RGB Variations
Color information
#EDC89C (or 0xEDC89C) is known color: New Tan. HEX triplet: ED, C8 and 9C. RGB value is (237,200,156). Sum of RGB (Red+Green+Blue) = 237+200+156=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC89C is #123763. Grayscale: #CECECE. Windows color (decimal): -1193828 or 10275053. OLE color: 10275053.
HSL color Cylindrical-coordinate representation of color #EDC89C: hue angle of 32.59º 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 #EDC89C is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 156 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.07 |
| HSL | 32.59º | 0.69% | 0.77% | - |
| HSV(B) | 32.59º | 0.34% | 0.93% | - |
| XYZ | 61.58 | 61.71 | 40.12 | - |
| YUV | 206.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 156 | 0 | 0.16 | 0.34 | 0.07 | 32.59 | 0.69 | 0.77 |
| Hex | ED | C8 | 9C | 0 | 10 | 22 | 7 | 21 | 45 | 4D |
| Octal | 355 | 310 | 234 | 0 | 20 | 42 | 7 | 41 | 105 | 115 |
| Binary | 11101101 | 11001000 | 10011100 | 0 | 10000 | 100010 | 111 | 100001 | 1000101 | 1001101 |
Color Harmonies of #EDC89C
Complementary color
Monochromatic Colors of #EDC89C
Black with #EDC89C
Text Example
Text Example
White with #EDC89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC89C; }
p { color: rgb(237,200,156); }
H1.HeaderClassName
{
color: #EDC89C;
}
.AnyTagClassName
{
color: #EDC89C;
}
</style>
background-color css
<style>
a { background-color: #EDC89C; }
a { background-color: rgb(237,200,156); }
div.DivClassName
{
background-color: #EDC89C;
}
.BgClassName
{
background-color: #EDC89C;
}
</style>
border-color css
<style>
span { border-color: #EDC89C; }
span { border-color: rgb(237,200,156); }
td.TdClassName
{
border-color: #EDC89C;
}
.TagClassName
{
border-color: #EDC89C;
}
</style>