Shades of Khaki #ECDE90
Tints of Khaki #ECDE90
RGB
CMYK
RGB Variations
Color information
#ECDE90 (or 0xECDE90) is known color: Khaki. HEX triplet: EC, DE and 90. RGB value is (236,222,144). Sum of RGB (Red+Green+Blue) = 236+222+144=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 144 (56.64% from 255 or 23.92% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE90 is #13216F. Grayscale: #D9D9D9. Windows color (decimal): -1253744 or 9494252. OLE color: 9494252.
HSL color Cylindrical-coordinate representation of color #ECDE90: hue angle of 50.87º 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 #ECDE90 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 144 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.07 |
| HSL | 50.87º | 0.71% | 0.75% | - |
| HSV(B) | 50.87º | 0.39% | 0.93% | - |
| XYZ | 65.75 | 72.09 | 36.83 | - |
| YUV | 217.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 144 | 0 | 0.06 | 0.39 | 0.07 | 50.87 | 0.71 | 0.75 |
| Hex | EC | DE | 90 | 0 | 6 | 27 | 7 | 33 | 47 | 4B |
| Octal | 354 | 336 | 220 | 0 | 6 | 47 | 7 | 63 | 107 | 113 |
| Binary | 11101100 | 11011110 | 10010000 | 0 | 110 | 100111 | 111 | 110011 | 1000111 | 1001011 |
Color Harmonies of #ECDE90
Complementary color
Monochromatic Colors of #ECDE90
Black with #ECDE90
Text Example
Text Example
White with #ECDE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE90; }
p { color: rgb(236,222,144); }
H1.HeaderClassName
{
color: #ECDE90;
}
.AnyTagClassName
{
color: #ECDE90;
}
</style>
background-color css
<style>
a { background-color: #ECDE90; }
a { background-color: rgb(236,222,144); }
div.DivClassName
{
background-color: #ECDE90;
}
.BgClassName
{
background-color: #ECDE90;
}
</style>
border-color css
<style>
span { border-color: #ECDE90; }
span { border-color: rgb(236,222,144); }
td.TdClassName
{
border-color: #ECDE90;
}
.TagClassName
{
border-color: #ECDE90;
}
</style>