Shades of New Tan #EDC296
Tints of New Tan #EDC296
RGB
CMYK
RGB Variations
Color information
#EDC296 (or 0xEDC296) is known color: New Tan. HEX triplet: ED, C2 and 96. RGB value is (237,194,150). Sum of RGB (Red+Green+Blue) = 237+194+150=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC296 is #123D69. Grayscale: #CACACA. Windows color (decimal): -1195370 or 9880301. OLE color: 9880301.
HSL color Cylindrical-coordinate representation of color #EDC296: hue angle of 30.34º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDC296 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 150 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.07 |
| HSL | 30.34º | 0.71% | 0.76% | - |
| HSV(B) | 30.34º | 0.37% | 0.93% | - |
| XYZ | 59.72 | 58.79 | 37.05 | - |
| YUV | 201.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 150 | 0 | 0.18 | 0.37 | 0.07 | 30.34 | 0.71 | 0.76 |
| Hex | ED | C2 | 96 | 0 | 12 | 25 | 7 | 1E | 47 | 4C |
| Octal | 355 | 302 | 226 | 0 | 22 | 45 | 7 | 36 | 107 | 114 |
| Binary | 11101101 | 11000010 | 10010110 | 0 | 10010 | 100101 | 111 | 11110 | 1000111 | 1001100 |
Color Harmonies of #EDC296
Complementary color
Monochromatic Colors of #EDC296
Black with #EDC296
Text Example
Text Example
White with #EDC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC296; }
p { color: rgb(237,194,150); }
H1.HeaderClassName
{
color: #EDC296;
}
.AnyTagClassName
{
color: #EDC296;
}
</style>
background-color css
<style>
a { background-color: #EDC296; }
a { background-color: rgb(237,194,150); }
div.DivClassName
{
background-color: #EDC296;
}
.BgClassName
{
background-color: #EDC296;
}
</style>
border-color css
<style>
span { border-color: #EDC296; }
span { border-color: rgb(237,194,150); }
td.TdClassName
{
border-color: #EDC296;
}
.TagClassName
{
border-color: #EDC296;
}
</style>