Shades of New Tan #EEC69E
Tints of New Tan #EEC69E
RGB
CMYK
RGB Variations
Color information
#EEC69E (or 0xEEC69E) is known color: New Tan. HEX triplet: EE, C6 and 9E. RGB value is (238,198,158). Sum of RGB (Red+Green+Blue) = 238+198+158=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 158 (62.11% from 255 or 26.60% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC69E is #113961. Grayscale: #CDCDCD. Windows color (decimal): -1128802 or 10405614. OLE color: 10405614.
HSL color Cylindrical-coordinate representation of color #EEC69E: hue angle of 30º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEC69E is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 158 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.07 |
| HSL | 30º | 0.7% | 0.78% | - |
| HSV(B) | 30º | 0.34% | 0.93% | - |
| XYZ | 61.63 | 61.03 | 40.88 | - |
| YUV | 205.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 158 | 0 | 0.17 | 0.34 | 0.07 | 30 | 0.7 | 0.78 |
| Hex | EE | C6 | 9E | 0 | 11 | 22 | 7 | 1E | 46 | 4E |
| Octal | 356 | 306 | 236 | 0 | 21 | 42 | 7 | 36 | 106 | 116 |
| Binary | 11101110 | 11000110 | 10011110 | 0 | 10001 | 100010 | 111 | 11110 | 1000110 | 1001110 |
Color Harmonies of #EEC69E
Complementary color
Monochromatic Colors of #EEC69E
Black with #EEC69E
Text Example
Text Example
White with #EEC69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC69E; }
p { color: rgb(238,198,158); }
H1.HeaderClassName
{
color: #EEC69E;
}
.AnyTagClassName
{
color: #EEC69E;
}
</style>
background-color css
<style>
a { background-color: #EEC69E; }
a { background-color: rgb(238,198,158); }
div.DivClassName
{
background-color: #EEC69E;
}
.BgClassName
{
background-color: #EEC69E;
}
</style>
border-color css
<style>
span { border-color: #EEC69E; }
span { border-color: rgb(238,198,158); }
td.TdClassName
{
border-color: #EEC69E;
}
.TagClassName
{
border-color: #EEC69E;
}
</style>