Shades of Khaki #ECDF8F
Tints of Khaki #ECDF8F
RGB
CMYK
RGB Variations
Color information
#ECDF8F (or 0xECDF8F) is known color: Khaki. HEX triplet: EC, DF and 8F. RGB value is (236,223,143). Sum of RGB (Red+Green+Blue) = 236+223+143=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF8F is #132070. Grayscale: #DADADA. Windows color (decimal): -1253489 or 9428972. OLE color: 9428972.
HSL color Cylindrical-coordinate representation of color #ECDF8F: hue angle of 51.61º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECDF8F is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 143 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.07 |
| HSL | 51.61º | 0.71% | 0.74% | - |
| HSV(B) | 51.61º | 0.39% | 0.93% | - |
| XYZ | 65.94 | 72.59 | 36.52 | - |
| YUV | 217.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 143 | 0 | 0.06 | 0.39 | 0.07 | 51.61 | 0.71 | 0.74 |
| Hex | EC | DF | 8F | 0 | 6 | 27 | 7 | 34 | 47 | 4A |
| Octal | 354 | 337 | 217 | 0 | 6 | 47 | 7 | 64 | 107 | 112 |
| Binary | 11101100 | 11011111 | 10001111 | 0 | 110 | 100111 | 111 | 110100 | 1000111 | 1001010 |
Color Harmonies of #ECDF8F
Complementary color
Monochromatic Colors of #ECDF8F
Black with #ECDF8F
Text Example
Text Example
White with #ECDF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF8F; }
p { color: rgb(236,223,143); }
H1.HeaderClassName
{
color: #ECDF8F;
}
.AnyTagClassName
{
color: #ECDF8F;
}
</style>
background-color css
<style>
a { background-color: #ECDF8F; }
a { background-color: rgb(236,223,143); }
div.DivClassName
{
background-color: #ECDF8F;
}
.BgClassName
{
background-color: #ECDF8F;
}
</style>
border-color css
<style>
span { border-color: #ECDF8F; }
span { border-color: rgb(236,223,143); }
td.TdClassName
{
border-color: #ECDF8F;
}
.TagClassName
{
border-color: #ECDF8F;
}
</style>