Shades of Khaki #ECDF91
Tints of Khaki #ECDF91
RGB
CMYK
RGB Variations
Color information
#ECDF91 (or 0xECDF91) is known color: Khaki. HEX triplet: EC, DF and 91. RGB value is (236,223,145). Sum of RGB (Red+Green+Blue) = 236+223+145=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 145 (57.03% from 255 or 24.01% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF91 is #13206E. Grayscale: #DADADA. Windows color (decimal): -1253487 or 9560044. OLE color: 9560044.
HSL color Cylindrical-coordinate representation of color #ECDF91: hue angle of 51.43º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECDF91 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 145 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.07 |
| HSL | 51.43º | 0.71% | 0.75% | - |
| HSV(B) | 51.43º | 0.39% | 0.93% | - |
| XYZ | 66.09 | 72.65 | 37.33 | - |
| YUV | 218 | 86.81 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 145 | 0 | 0.06 | 0.39 | 0.07 | 51.43 | 0.71 | 0.75 |
| Hex | EC | DF | 91 | 0 | 6 | 27 | 7 | 33 | 47 | 4B |
| Octal | 354 | 337 | 221 | 0 | 6 | 47 | 7 | 63 | 107 | 113 |
| Binary | 11101100 | 11011111 | 10010001 | 0 | 110 | 100111 | 111 | 110011 | 1000111 | 1001011 |
Color Harmonies of #ECDF91
Complementary color
Monochromatic Colors of #ECDF91
Black with #ECDF91
Text Example
Text Example
White with #ECDF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF91; }
p { color: rgb(236,223,145); }
H1.HeaderClassName
{
color: #ECDF91;
}
.AnyTagClassName
{
color: #ECDF91;
}
</style>
background-color css
<style>
a { background-color: #ECDF91; }
a { background-color: rgb(236,223,145); }
div.DivClassName
{
background-color: #ECDF91;
}
.BgClassName
{
background-color: #ECDF91;
}
</style>
border-color css
<style>
span { border-color: #ECDF91; }
span { border-color: rgb(236,223,145); }
td.TdClassName
{
border-color: #ECDF91;
}
.TagClassName
{
border-color: #ECDF91;
}
</style>