Shades of New Tan #EDC897
Tints of New Tan #EDC897
RGB
CMYK
RGB Variations
Color information
#EDC897 (or 0xEDC897) is known color: New Tan. HEX triplet: ED, C8 and 97. RGB value is (237,200,151). Sum of RGB (Red+Green+Blue) = 237+200+151=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC897 is #123768. Grayscale: #CDCDCD. Windows color (decimal): -1193833 or 9947373. OLE color: 9947373.
HSL color Cylindrical-coordinate representation of color #EDC897: hue angle of 34.19º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDC897 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 151 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.07 |
| HSL | 34.19º | 0.7% | 0.76% | - |
| HSV(B) | 34.19º | 0.36% | 0.93% | - |
| XYZ | 61.17 | 61.55 | 37.93 | - |
| YUV | 205.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 151 | 0 | 0.16 | 0.36 | 0.07 | 34.19 | 0.7 | 0.76 |
| Hex | ED | C8 | 97 | 0 | 10 | 24 | 7 | 22 | 46 | 4C |
| Octal | 355 | 310 | 227 | 0 | 20 | 44 | 7 | 42 | 106 | 114 |
| Binary | 11101101 | 11001000 | 10010111 | 0 | 10000 | 100100 | 111 | 100010 | 1000110 | 1001100 |
Color Harmonies of #EDC897
Complementary color
Monochromatic Colors of #EDC897
Black with #EDC897
Text Example
Text Example
White with #EDC897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC897; }
p { color: rgb(237,200,151); }
H1.HeaderClassName
{
color: #EDC897;
}
.AnyTagClassName
{
color: #EDC897;
}
</style>
background-color css
<style>
a { background-color: #EDC897; }
a { background-color: rgb(237,200,151); }
div.DivClassName
{
background-color: #EDC897;
}
.BgClassName
{
background-color: #EDC897;
}
</style>
border-color css
<style>
span { border-color: #EDC897; }
span { border-color: rgb(237,200,151); }
td.TdClassName
{
border-color: #EDC897;
}
.TagClassName
{
border-color: #EDC897;
}
</style>