Shades of Khaki #ECDF90
Tints of Khaki #ECDF90
RGB
CMYK
RGB Variations
Color information
#ECDF90 (or 0xECDF90) is known color: Khaki. HEX triplet: EC, DF and 90. RGB value is (236,223,144). Sum of RGB (Red+Green+Blue) = 236+223+144=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF90 is #13206F. Grayscale: #DADADA. Windows color (decimal): -1253488 or 9494508. OLE color: 9494508.
HSL color Cylindrical-coordinate representation of color #ECDF90: hue angle of 51.52º 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 #ECDF90 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 144 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.07 |
| HSL | 51.52º | 0.71% | 0.75% | - |
| HSV(B) | 51.52º | 0.39% | 0.93% | - |
| XYZ | 66.01 | 72.62 | 36.92 | - |
| YUV | 217.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 144 | 0 | 0.06 | 0.39 | 0.07 | 51.52 | 0.71 | 0.75 |
| Hex | EC | DF | 90 | 0 | 6 | 27 | 7 | 34 | 47 | 4B |
| Octal | 354 | 337 | 220 | 0 | 6 | 47 | 7 | 64 | 107 | 113 |
| Binary | 11101100 | 11011111 | 10010000 | 0 | 110 | 100111 | 111 | 110100 | 1000111 | 1001011 |
Color Harmonies of #ECDF90
Complementary color
Monochromatic Colors of #ECDF90
Black with #ECDF90
Text Example
Text Example
White with #ECDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF90; }
p { color: rgb(236,223,144); }
H1.HeaderClassName
{
color: #ECDF90;
}
.AnyTagClassName
{
color: #ECDF90;
}
</style>
background-color css
<style>
a { background-color: #ECDF90; }
a { background-color: rgb(236,223,144); }
div.DivClassName
{
background-color: #ECDF90;
}
.BgClassName
{
background-color: #ECDF90;
}
</style>
border-color css
<style>
span { border-color: #ECDF90; }
span { border-color: rgb(236,223,144); }
td.TdClassName
{
border-color: #ECDF90;
}
.TagClassName
{
border-color: #ECDF90;
}
</style>