Shades of Khaki #EBE391
Tints of Khaki #EBE391
RGB
CMYK
RGB Variations
Color information
#EBE391 (or 0xEBE391) is known color: Khaki. HEX triplet: EB, E3 and 91. RGB value is (235,227,145). Sum of RGB (Red+Green+Blue) = 235+227+145=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 145 (57.03% from 255 or 23.89% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE391 is #141C6E. Grayscale: #DCDCDC. Windows color (decimal): -1317999 or 9561067. OLE color: 9561067.
HSL color Cylindrical-coordinate representation of color #EBE391: hue angle of 54.67º 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 #EBE391 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 145 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.08 |
| HSL | 54.67º | 0.69% | 0.75% | - |
| HSV(B) | 54.67º | 0.38% | 0.92% | - |
| XYZ | 66.84 | 74.64 | 37.67 | - |
| YUV | 220.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 145 | 0 | 0.03 | 0.38 | 0.08 | 54.67 | 0.69 | 0.75 |
| Hex | EB | E3 | 91 | 0 | 3 | 26 | 8 | 37 | 45 | 4B |
| Octal | 353 | 343 | 221 | 0 | 3 | 46 | 10 | 67 | 105 | 113 |
| Binary | 11101011 | 11100011 | 10010001 | 0 | 11 | 100110 | 1000 | 110111 | 1000101 | 1001011 |
Color Harmonies of #EBE391
Complementary color
Monochromatic Colors of #EBE391
Black with #EBE391
Text Example
Text Example
White with #EBE391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE391; }
p { color: rgb(235,227,145); }
H1.HeaderClassName
{
color: #EBE391;
}
.AnyTagClassName
{
color: #EBE391;
}
</style>
background-color css
<style>
a { background-color: #EBE391; }
a { background-color: rgb(235,227,145); }
div.DivClassName
{
background-color: #EBE391;
}
.BgClassName
{
background-color: #EBE391;
}
</style>
border-color css
<style>
span { border-color: #EBE391; }
span { border-color: rgb(235,227,145); }
td.TdClassName
{
border-color: #EBE391;
}
.TagClassName
{
border-color: #EBE391;
}
</style>