Shades of Khaki #ECE791
Tints of Khaki #ECE791
RGB
CMYK
RGB Variations
Color information
#ECE791 (or 0xECE791) is known color: Khaki. HEX triplet: EC, E7 and 91. RGB value is (236,231,145). Sum of RGB (Red+Green+Blue) = 236+231+145=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 145 (57.03% from 255 or 23.69% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE791 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE791 is #13186E. Grayscale: #DFDFDF. Windows color (decimal): -1251439 or 9562092. OLE color: 9562092.
HSL color Cylindrical-coordinate representation of color #ECE791: hue angle of 56.7º 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 #ECE791 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 145 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.07 |
| HSL | 56.7º | 0.71% | 0.75% | - |
| HSV(B) | 56.7º | 0.39% | 0.93% | - |
| XYZ | 68.28 | 77.03 | 38.06 | - |
| YUV | 222.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 145 | 0 | 0.02 | 0.39 | 0.07 | 56.7 | 0.71 | 0.75 |
| Hex | EC | E7 | 91 | 0 | 2 | 27 | 7 | 39 | 47 | 4B |
| Octal | 354 | 347 | 221 | 0 | 2 | 47 | 7 | 71 | 107 | 113 |
| Binary | 11101100 | 11100111 | 10010001 | 0 | 10 | 100111 | 111 | 111001 | 1000111 | 1001011 |
Color Harmonies of #ECE791
Complementary color
Monochromatic Colors of #ECE791
Black with #ECE791
Text Example
Text Example
White with #ECE791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE791; }
p { color: rgb(236,231,145); }
H1.HeaderClassName
{
color: #ECE791;
}
.AnyTagClassName
{
color: #ECE791;
}
</style>
background-color css
<style>
a { background-color: #ECE791; }
a { background-color: rgb(236,231,145); }
div.DivClassName
{
background-color: #ECE791;
}
.BgClassName
{
background-color: #ECE791;
}
</style>
border-color css
<style>
span { border-color: #ECE791; }
span { border-color: rgb(236,231,145); }
td.TdClassName
{
border-color: #ECE791;
}
.TagClassName
{
border-color: #ECE791;
}
</style>