Shades of Khaki #ECE294
Tints of Khaki #ECE294
RGB
CMYK
RGB Variations
Color information
#ECE294 (or 0xECE294) is known color: Khaki. HEX triplet: EC, E2 and 94. RGB value is (236,226,148). Sum of RGB (Red+Green+Blue) = 236+226+148=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE294 is #131D6B. Grayscale: #DCDCDC. Windows color (decimal): -1252716 or 9757420. OLE color: 9757420.
HSL color Cylindrical-coordinate representation of color #ECE294: hue angle of 53.18º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECE294 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 148 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.07 |
| HSL | 53.18º | 0.7% | 0.75% | - |
| HSV(B) | 53.18º | 0.37% | 0.93% | - |
| XYZ | 67.13 | 74.36 | 38.83 | - |
| YUV | 220.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 148 | 0 | 0.04 | 0.37 | 0.07 | 53.18 | 0.7 | 0.75 |
| Hex | EC | E2 | 94 | 0 | 4 | 25 | 7 | 35 | 46 | 4B |
| Octal | 354 | 342 | 224 | 0 | 4 | 45 | 7 | 65 | 106 | 113 |
| Binary | 11101100 | 11100010 | 10010100 | 0 | 100 | 100101 | 111 | 110101 | 1000110 | 1001011 |
Color Harmonies of #ECE294
Complementary color
Monochromatic Colors of #ECE294
Black with #ECE294
Text Example
Text Example
White with #ECE294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE294; }
p { color: rgb(236,226,148); }
H1.HeaderClassName
{
color: #ECE294;
}
.AnyTagClassName
{
color: #ECE294;
}
</style>
background-color css
<style>
a { background-color: #ECE294; }
a { background-color: rgb(236,226,148); }
div.DivClassName
{
background-color: #ECE294;
}
.BgClassName
{
background-color: #ECE294;
}
</style>
border-color css
<style>
span { border-color: #ECE294; }
span { border-color: rgb(236,226,148); }
td.TdClassName
{
border-color: #ECE294;
}
.TagClassName
{
border-color: #ECE294;
}
</style>