Shades of New Tan #EDC598
Tints of New Tan #EDC598
RGB
CMYK
RGB Variations
Color information
#EDC598 (or 0xEDC598) is known color: New Tan. HEX triplet: ED, C5 and 98. RGB value is (237,197,152). Sum of RGB (Red+Green+Blue) = 237+197+152=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC598 is #123A67. Grayscale: #CCCCCC. Windows color (decimal): -1194600 or 10012141. OLE color: 10012141.
HSL color Cylindrical-coordinate representation of color #EDC598: hue angle of 31.76º 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 #EDC598 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 152 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.07 |
| HSL | 31.76º | 0.7% | 0.76% | - |
| HSV(B) | 31.76º | 0.36% | 0.93% | - |
| XYZ | 60.56 | 60.2 | 38.13 | - |
| YUV | 203.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 152 | 0 | 0.17 | 0.36 | 0.07 | 31.76 | 0.7 | 0.76 |
| Hex | ED | C5 | 98 | 0 | 11 | 24 | 7 | 20 | 46 | 4C |
| Octal | 355 | 305 | 230 | 0 | 21 | 44 | 7 | 40 | 106 | 114 |
| Binary | 11101101 | 11000101 | 10011000 | 0 | 10001 | 100100 | 111 | 100000 | 1000110 | 1001100 |
Color Harmonies of #EDC598
Complementary color
Monochromatic Colors of #EDC598
Black with #EDC598
Text Example
Text Example
White with #EDC598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC598; }
p { color: rgb(237,197,152); }
H1.HeaderClassName
{
color: #EDC598;
}
.AnyTagClassName
{
color: #EDC598;
}
</style>
background-color css
<style>
a { background-color: #EDC598; }
a { background-color: rgb(237,197,152); }
div.DivClassName
{
background-color: #EDC598;
}
.BgClassName
{
background-color: #EDC598;
}
</style>
border-color css
<style>
span { border-color: #EDC598; }
span { border-color: rgb(237,197,152); }
td.TdClassName
{
border-color: #EDC598;
}
.TagClassName
{
border-color: #EDC598;
}
</style>