Shades of Khaki #EBE387
Tints of Khaki #EBE387
RGB
CMYK
RGB Variations
Color information
#EBE387 (or 0xEBE387) is known color: Khaki. HEX triplet: EB, E3 and 87. RGB value is (235,227,135). Sum of RGB (Red+Green+Blue) = 235+227+135=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 135 (53.12% from 255 or 22.61% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE387 is #141C78. Grayscale: #DBDBDB. Windows color (decimal): -1318009 or 8905707. OLE color: 8905707.
HSL color Cylindrical-coordinate representation of color #EBE387: hue angle of 55.2º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBE387 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 135 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.08 |
| HSL | 55.2º | 0.71% | 0.73% | - |
| HSV(B) | 55.2º | 0.43% | 0.92% | - |
| XYZ | 66.1 | 74.35 | 33.79 | - |
| YUV | 218.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 135 | 0 | 0.03 | 0.43 | 0.08 | 55.2 | 0.71 | 0.73 |
| Hex | EB | E3 | 87 | 0 | 3 | 2B | 8 | 37 | 47 | 49 |
| Octal | 353 | 343 | 207 | 0 | 3 | 53 | 10 | 67 | 107 | 111 |
| Binary | 11101011 | 11100011 | 10000111 | 0 | 11 | 101011 | 1000 | 110111 | 1000111 | 1001001 |
Color Harmonies of #EBE387
Complementary color
Monochromatic Colors of #EBE387
Black with #EBE387
Text Example
Text Example
White with #EBE387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE387; }
p { color: rgb(235,227,135); }
H1.HeaderClassName
{
color: #EBE387;
}
.AnyTagClassName
{
color: #EBE387;
}
</style>
background-color css
<style>
a { background-color: #EBE387; }
a { background-color: rgb(235,227,135); }
div.DivClassName
{
background-color: #EBE387;
}
.BgClassName
{
background-color: #EBE387;
}
</style>
border-color css
<style>
span { border-color: #EBE387; }
span { border-color: rgb(235,227,135); }
td.TdClassName
{
border-color: #EBE387;
}
.TagClassName
{
border-color: #EBE387;
}
</style>