Shades of Khaki #ECE690
Tints of Khaki #ECE690
RGB
CMYK
RGB Variations
Color information
#ECE690 (or 0xECE690) is known color: Khaki. HEX triplet: EC, E6 and 90. RGB value is (236,230,144). Sum of RGB (Red+Green+Blue) = 236+230+144=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE690 is #13196F. Grayscale: #DEDEDE. Windows color (decimal): -1251696 or 9496300. OLE color: 9496300.
HSL color Cylindrical-coordinate representation of color #ECE690: hue angle of 56.09º 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 #ECE690 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 144 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.07 |
| HSL | 56.09º | 0.71% | 0.75% | - |
| HSV(B) | 56.09º | 0.39% | 0.93% | - |
| XYZ | 67.92 | 76.44 | 37.56 | - |
| YUV | 221.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 144 | 0 | 0.03 | 0.39 | 0.07 | 56.09 | 0.71 | 0.75 |
| Hex | EC | E6 | 90 | 0 | 3 | 27 | 7 | 38 | 47 | 4B |
| Octal | 354 | 346 | 220 | 0 | 3 | 47 | 7 | 70 | 107 | 113 |
| Binary | 11101100 | 11100110 | 10010000 | 0 | 11 | 100111 | 111 | 111000 | 1000111 | 1001011 |
Color Harmonies of #ECE690
Complementary color
Monochromatic Colors of #ECE690
Black with #ECE690
Text Example
Text Example
White with #ECE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE690; }
p { color: rgb(236,230,144); }
H1.HeaderClassName
{
color: #ECE690;
}
.AnyTagClassName
{
color: #ECE690;
}
</style>
background-color css
<style>
a { background-color: #ECE690; }
a { background-color: rgb(236,230,144); }
div.DivClassName
{
background-color: #ECE690;
}
.BgClassName
{
background-color: #ECE690;
}
</style>
border-color css
<style>
span { border-color: #ECE690; }
span { border-color: rgb(236,230,144); }
td.TdClassName
{
border-color: #ECE690;
}
.TagClassName
{
border-color: #ECE690;
}
</style>