Shades of Khaki #EBE891
Tints of Khaki #EBE891
RGB
CMYK
RGB Variations
Color information
#EBE891 (or 0xEBE891) is known color: Khaki. HEX triplet: EB, E8 and 91. RGB value is (235,232,145). Sum of RGB (Red+Green+Blue) = 235+232+145=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 145 (57.03% from 255 or 23.69% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE891 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE891 is #14176E. Grayscale: #DFDFDF. Windows color (decimal): -1316719 or 9562347. OLE color: 9562347.
HSL color Cylindrical-coordinate representation of color #EBE891: hue angle of 58º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBE891 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 145 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.08 |
| HSL | 58º | 0.69% | 0.75% | - |
| HSV(B) | 58º | 0.38% | 0.92% | - |
| XYZ | 68.23 | 77.42 | 38.14 | - |
| YUV | 222.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 145 | 0 | 0.01 | 0.38 | 0.08 | 58 | 0.69 | 0.75 |
| Hex | EB | E8 | 91 | 0 | 1 | 26 | 8 | 3A | 45 | 4B |
| Octal | 353 | 350 | 221 | 0 | 1 | 46 | 10 | 72 | 105 | 113 |
| Binary | 11101011 | 11101000 | 10010001 | 0 | 1 | 100110 | 1000 | 111010 | 1000101 | 1001011 |
Color Harmonies of #EBE891
Complementary color
Monochromatic Colors of #EBE891
Black with #EBE891
Text Example
Text Example
White with #EBE891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE891; }
p { color: rgb(235,232,145); }
H1.HeaderClassName
{
color: #EBE891;
}
.AnyTagClassName
{
color: #EBE891;
}
</style>
background-color css
<style>
a { background-color: #EBE891; }
a { background-color: rgb(235,232,145); }
div.DivClassName
{
background-color: #EBE891;
}
.BgClassName
{
background-color: #EBE891;
}
</style>
border-color css
<style>
span { border-color: #EBE891; }
span { border-color: rgb(235,232,145); }
td.TdClassName
{
border-color: #EBE891;
}
.TagClassName
{
border-color: #EBE891;
}
</style>