Shades of Khaki #ECDE8C
Tints of Khaki #ECDE8C
RGB
CMYK
RGB Variations
Color information
#ECDE8C (or 0xECDE8C) is known color: Khaki. HEX triplet: EC, DE and 8C. RGB value is (236,222,140). Sum of RGB (Red+Green+Blue) = 236+222+140=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE8C is #132173. Grayscale: #D9D9D9. Windows color (decimal): -1253748 or 9232108. OLE color: 9232108.
HSL color Cylindrical-coordinate representation of color #ECDE8C: hue angle of 51.25º 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 #ECDE8C is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 140 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.07 |
| HSL | 51.25º | 0.72% | 0.74% | - |
| HSV(B) | 51.25º | 0.41% | 0.93% | - |
| XYZ | 65.45 | 71.97 | 35.25 | - |
| YUV | 216.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 140 | 0 | 0.06 | 0.41 | 0.07 | 51.25 | 0.72 | 0.74 |
| Hex | EC | DE | 8C | 0 | 6 | 29 | 7 | 33 | 48 | 4A |
| Octal | 354 | 336 | 214 | 0 | 6 | 51 | 7 | 63 | 110 | 112 |
| Binary | 11101100 | 11011110 | 10001100 | 0 | 110 | 101001 | 111 | 110011 | 1001000 | 1001010 |
Color Harmonies of #ECDE8C
Complementary color
Monochromatic Colors of #ECDE8C
Black with #ECDE8C
Text Example
Text Example
White with #ECDE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE8C; }
p { color: rgb(236,222,140); }
H1.HeaderClassName
{
color: #ECDE8C;
}
.AnyTagClassName
{
color: #ECDE8C;
}
</style>
background-color css
<style>
a { background-color: #ECDE8C; }
a { background-color: rgb(236,222,140); }
div.DivClassName
{
background-color: #ECDE8C;
}
.BgClassName
{
background-color: #ECDE8C;
}
</style>
border-color css
<style>
span { border-color: #ECDE8C; }
span { border-color: rgb(236,222,140); }
td.TdClassName
{
border-color: #ECDE8C;
}
.TagClassName
{
border-color: #ECDE8C;
}
</style>