Shades of New Tan #EEC595
Tints of New Tan #EEC595
RGB
CMYK
RGB Variations
Color information
#EEC595 (or 0xEEC595) is known color: New Tan. HEX triplet: EE, C5 and 95. RGB value is (238,197,149). Sum of RGB (Red+Green+Blue) = 238+197+149=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC595 is #113A6A. Grayscale: #CCCCCC. Windows color (decimal): -1129067 or 9815534. OLE color: 9815534.
HSL color Cylindrical-coordinate representation of color #EEC595: hue angle of 32.36º degrees, saturation: 0.72, 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 #EEC595 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 149 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.07 |
| HSL | 32.36º | 0.72% | 0.76% | - |
| HSV(B) | 32.36º | 0.37% | 0.93% | - |
| XYZ | 60.65 | 60.28 | 36.87 | - |
| YUV | 203.79 | 97.08 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 149 | 0 | 0.17 | 0.37 | 0.07 | 32.36 | 0.72 | 0.76 |
| Hex | EE | C5 | 95 | 0 | 11 | 25 | 7 | 20 | 48 | 4C |
| Octal | 356 | 305 | 225 | 0 | 21 | 45 | 7 | 40 | 110 | 114 |
| Binary | 11101110 | 11000101 | 10010101 | 0 | 10001 | 100101 | 111 | 100000 | 1001000 | 1001100 |
Color Harmonies of #EEC595
Complementary color
Monochromatic Colors of #EEC595
Black with #EEC595
Text Example
Text Example
White with #EEC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC595; }
p { color: rgb(238,197,149); }
H1.HeaderClassName
{
color: #EEC595;
}
.AnyTagClassName
{
color: #EEC595;
}
</style>
background-color css
<style>
a { background-color: #EEC595; }
a { background-color: rgb(238,197,149); }
div.DivClassName
{
background-color: #EEC595;
}
.BgClassName
{
background-color: #EEC595;
}
</style>
border-color css
<style>
span { border-color: #EEC595; }
span { border-color: rgb(238,197,149); }
td.TdClassName
{
border-color: #EEC595;
}
.TagClassName
{
border-color: #EEC595;
}
</style>