Shades of Khaki #ECDF8B
Tints of Khaki #ECDF8B
RGB
CMYK
RGB Variations
Color information
#ECDF8B (or 0xECDF8B) is known color: Khaki. HEX triplet: EC, DF and 8B. RGB value is (236,223,139). Sum of RGB (Red+Green+Blue) = 236+223+139=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF8B is #132074. Grayscale: #D9D9D9. Windows color (decimal): -1253493 or 9166828. OLE color: 9166828.
HSL color Cylindrical-coordinate representation of color #ECDF8B: hue angle of 51.96º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECDF8B is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 139 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.07 |
| HSL | 51.96º | 0.72% | 0.74% | - |
| HSV(B) | 51.96º | 0.41% | 0.93% | - |
| XYZ | 65.64 | 72.47 | 34.96 | - |
| YUV | 217.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 139 | 0 | 0.06 | 0.41 | 0.07 | 51.96 | 0.72 | 0.74 |
| Hex | EC | DF | 8B | 0 | 6 | 29 | 7 | 34 | 48 | 4A |
| Octal | 354 | 337 | 213 | 0 | 6 | 51 | 7 | 64 | 110 | 112 |
| Binary | 11101100 | 11011111 | 10001011 | 0 | 110 | 101001 | 111 | 110100 | 1001000 | 1001010 |
Color Harmonies of #ECDF8B
Complementary color
Monochromatic Colors of #ECDF8B
Black with #ECDF8B
Text Example
Text Example
White with #ECDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF8B; }
p { color: rgb(236,223,139); }
H1.HeaderClassName
{
color: #ECDF8B;
}
.AnyTagClassName
{
color: #ECDF8B;
}
</style>
background-color css
<style>
a { background-color: #ECDF8B; }
a { background-color: rgb(236,223,139); }
div.DivClassName
{
background-color: #ECDF8B;
}
.BgClassName
{
background-color: #ECDF8B;
}
</style>
border-color css
<style>
span { border-color: #ECDF8B; }
span { border-color: rgb(236,223,139); }
td.TdClassName
{
border-color: #ECDF8B;
}
.TagClassName
{
border-color: #ECDF8B;
}
</style>