Shades of Khaki #ECDF8E
Tints of Khaki #ECDF8E
RGB
CMYK
RGB Variations
Color information
#ECDF8E (or 0xECDF8E) is known color: Khaki. HEX triplet: EC, DF and 8E. RGB value is (236,223,142). Sum of RGB (Red+Green+Blue) = 236+223+142=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF8E is #132071. Grayscale: #D9D9D9. Windows color (decimal): -1253490 or 9363436. OLE color: 9363436.
HSL color Cylindrical-coordinate representation of color #ECDF8E: hue angle of 51.7º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECDF8E is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 142 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.07 |
| HSL | 51.7º | 0.71% | 0.74% | - |
| HSV(B) | 51.7º | 0.4% | 0.93% | - |
| XYZ | 65.86 | 72.56 | 36.13 | - |
| YUV | 217.65 | 85.31 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 142 | 0 | 0.06 | 0.40 | 0.07 | 51.7 | 0.71 | 0.74 |
| Hex | EC | DF | 8E | 0 | 6 | 28 | 7 | 34 | 47 | 4A |
| Octal | 354 | 337 | 216 | 0 | 6 | 50 | 7 | 64 | 107 | 112 |
| Binary | 11101100 | 11011111 | 10001110 | 0 | 110 | 101000 | 111 | 110100 | 1000111 | 1001010 |
Color Harmonies of #ECDF8E
Complementary color
Monochromatic Colors of #ECDF8E
Black with #ECDF8E
Text Example
Text Example
White with #ECDF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF8E; }
p { color: rgb(236,223,142); }
H1.HeaderClassName
{
color: #ECDF8E;
}
.AnyTagClassName
{
color: #ECDF8E;
}
</style>
background-color css
<style>
a { background-color: #ECDF8E; }
a { background-color: rgb(236,223,142); }
div.DivClassName
{
background-color: #ECDF8E;
}
.BgClassName
{
background-color: #ECDF8E;
}
</style>
border-color css
<style>
span { border-color: #ECDF8E; }
span { border-color: rgb(236,223,142); }
td.TdClassName
{
border-color: #ECDF8E;
}
.TagClassName
{
border-color: #ECDF8E;
}
</style>