Shades of Khaki #ECE691
Tints of Khaki #ECE691
RGB
CMYK
RGB Variations
Color information
#ECE691 (or 0xECE691) is known color: Khaki. HEX triplet: EC, E6 and 91. RGB value is (236,230,145). Sum of RGB (Red+Green+Blue) = 236+230+145=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 145 (57.03% from 255 or 23.73% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE691 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE691 is #13196E. Grayscale: #DEDEDE. Windows color (decimal): -1251695 or 9561836. OLE color: 9561836.
HSL color Cylindrical-coordinate representation of color #ECE691: hue angle of 56.04º 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 #ECE691 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 145 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.07 |
| HSL | 56.04º | 0.71% | 0.75% | - |
| HSV(B) | 56.04º | 0.39% | 0.93% | - |
| XYZ | 68 | 76.47 | 37.96 | - |
| YUV | 222.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 145 | 0 | 0.03 | 0.39 | 0.07 | 56.04 | 0.71 | 0.75 |
| Hex | EC | E6 | 91 | 0 | 3 | 27 | 7 | 38 | 47 | 4B |
| Octal | 354 | 346 | 221 | 0 | 3 | 47 | 7 | 70 | 107 | 113 |
| Binary | 11101100 | 11100110 | 10010001 | 0 | 11 | 100111 | 111 | 111000 | 1000111 | 1001011 |
Color Harmonies of #ECE691
Complementary color
Monochromatic Colors of #ECE691
Black with #ECE691
Text Example
Text Example
White with #ECE691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE691; }
p { color: rgb(236,230,145); }
H1.HeaderClassName
{
color: #ECE691;
}
.AnyTagClassName
{
color: #ECE691;
}
</style>
background-color css
<style>
a { background-color: #ECE691; }
a { background-color: rgb(236,230,145); }
div.DivClassName
{
background-color: #ECE691;
}
.BgClassName
{
background-color: #ECE691;
}
</style>
border-color css
<style>
span { border-color: #ECE691; }
span { border-color: rgb(236,230,145); }
td.TdClassName
{
border-color: #ECE691;
}
.TagClassName
{
border-color: #ECE691;
}
</style>