Shades of Khaki #ECE08C
Tints of Khaki #ECE08C
RGB
CMYK
RGB Variations
Color information
#ECE08C (or 0xECE08C) is known color: Khaki. HEX triplet: EC, E0 and 8C. RGB value is (236,224,140). Sum of RGB (Red+Green+Blue) = 236+224+140=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE08C is #131F73. Grayscale: #DADADA. Windows color (decimal): -1253236 or 9232620. OLE color: 9232620.
HSL color Cylindrical-coordinate representation of color #ECE08C: hue angle of 52.5º 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 #ECE08C is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 140 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.07 |
| HSL | 52.5º | 0.72% | 0.74% | - |
| HSV(B) | 52.5º | 0.41% | 0.93% | - |
| XYZ | 65.98 | 73.04 | 35.43 | - |
| YUV | 218.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 140 | 0 | 0.05 | 0.41 | 0.07 | 52.5 | 0.72 | 0.74 |
| Hex | EC | E0 | 8C | 0 | 5 | 29 | 7 | 34 | 48 | 4A |
| Octal | 354 | 340 | 214 | 0 | 5 | 51 | 7 | 64 | 110 | 112 |
| Binary | 11101100 | 11100000 | 10001100 | 0 | 101 | 101001 | 111 | 110100 | 1001000 | 1001010 |
Color Harmonies of #ECE08C
Complementary color
Monochromatic Colors of #ECE08C
Black with #ECE08C
Text Example
Text Example
White with #ECE08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE08C; }
p { color: rgb(236,224,140); }
H1.HeaderClassName
{
color: #ECE08C;
}
.AnyTagClassName
{
color: #ECE08C;
}
</style>
background-color css
<style>
a { background-color: #ECE08C; }
a { background-color: rgb(236,224,140); }
div.DivClassName
{
background-color: #ECE08C;
}
.BgClassName
{
background-color: #ECE08C;
}
</style>
border-color css
<style>
span { border-color: #ECE08C; }
span { border-color: rgb(236,224,140); }
td.TdClassName
{
border-color: #ECE08C;
}
.TagClassName
{
border-color: #ECE08C;
}
</style>