Shades of Khaki #ECE291
Tints of Khaki #ECE291
RGB
CMYK
RGB Variations
Color information
#ECE291 (or 0xECE291) is known color: Khaki. HEX triplet: EC, E2 and 91. RGB value is (236,226,145). Sum of RGB (Red+Green+Blue) = 236+226+145=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 145 (57.03% from 255 or 23.89% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE291 is #131D6E. Grayscale: #DCDCDC. Windows color (decimal): -1252719 or 9560812. OLE color: 9560812.
HSL color Cylindrical-coordinate representation of color #ECE291: hue angle of 53.41º 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 #ECE291 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 145 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.07 |
| HSL | 53.41º | 0.71% | 0.75% | - |
| HSV(B) | 53.41º | 0.39% | 0.93% | - |
| XYZ | 66.9 | 74.27 | 37.6 | - |
| YUV | 219.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 145 | 0 | 0.04 | 0.39 | 0.07 | 53.41 | 0.71 | 0.75 |
| Hex | EC | E2 | 91 | 0 | 4 | 27 | 7 | 35 | 47 | 4B |
| Octal | 354 | 342 | 221 | 0 | 4 | 47 | 7 | 65 | 107 | 113 |
| Binary | 11101100 | 11100010 | 10010001 | 0 | 100 | 100111 | 111 | 110101 | 1000111 | 1001011 |
Color Harmonies of #ECE291
Complementary color
Monochromatic Colors of #ECE291
Black with #ECE291
Text Example
Text Example
White with #ECE291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE291; }
p { color: rgb(236,226,145); }
H1.HeaderClassName
{
color: #ECE291;
}
.AnyTagClassName
{
color: #ECE291;
}
</style>
background-color css
<style>
a { background-color: #ECE291; }
a { background-color: rgb(236,226,145); }
div.DivClassName
{
background-color: #ECE291;
}
.BgClassName
{
background-color: #ECE291;
}
</style>
border-color css
<style>
span { border-color: #ECE291; }
span { border-color: rgb(236,226,145); }
td.TdClassName
{
border-color: #ECE291;
}
.TagClassName
{
border-color: #ECE291;
}
</style>