Shades of New Tan #EEC494
Tints of New Tan #EEC494
RGB
CMYK
RGB Variations
Color information
#EEC494 (or 0xEEC494) is known color: New Tan. HEX triplet: EE, C4 and 94. RGB value is (238,196,148). Sum of RGB (Red+Green+Blue) = 238+196+148=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC494 is #113B6B. Grayscale: #CBCBCB. Windows color (decimal): -1129324 or 9749742. OLE color: 9749742.
HSL color Cylindrical-coordinate representation of color #EEC494: hue angle of 32º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EEC494 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 148 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.07 |
| HSL | 32º | 0.73% | 0.76% | - |
| HSV(B) | 32º | 0.38% | 0.93% | - |
| XYZ | 60.35 | 59.8 | 36.38 | - |
| YUV | 203.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 148 | 0 | 0.18 | 0.38 | 0.07 | 32 | 0.73 | 0.76 |
| Hex | EE | C4 | 94 | 0 | 12 | 26 | 7 | 20 | 49 | 4C |
| Octal | 356 | 304 | 224 | 0 | 22 | 46 | 7 | 40 | 111 | 114 |
| Binary | 11101110 | 11000100 | 10010100 | 0 | 10010 | 100110 | 111 | 100000 | 1001001 | 1001100 |
Color Harmonies of #EEC494
Complementary color
Monochromatic Colors of #EEC494
Black with #EEC494
Text Example
Text Example
White with #EEC494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC494; }
p { color: rgb(238,196,148); }
H1.HeaderClassName
{
color: #EEC494;
}
.AnyTagClassName
{
color: #EEC494;
}
</style>
background-color css
<style>
a { background-color: #EEC494; }
a { background-color: rgb(238,196,148); }
div.DivClassName
{
background-color: #EEC494;
}
.BgClassName
{
background-color: #EEC494;
}
</style>
border-color css
<style>
span { border-color: #EEC494; }
span { border-color: rgb(238,196,148); }
td.TdClassName
{
border-color: #EEC494;
}
.TagClassName
{
border-color: #EEC494;
}
</style>