Shades of Khaki #EBE595
Tints of Khaki #EBE595
RGB
CMYK
RGB Variations
Color information
#EBE595 (or 0xEBE595) is known color: Khaki. HEX triplet: EB, E5 and 95. RGB value is (235,229,149). Sum of RGB (Red+Green+Blue) = 235+229+149=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE595 is #141A6A. Grayscale: #DEDEDE. Windows color (decimal): -1317483 or 9823723. OLE color: 9823723.
HSL color Cylindrical-coordinate representation of color #EBE595: hue angle of 55.81º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBE595 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 149 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.08 |
| HSL | 55.81º | 0.68% | 0.75% | - |
| HSV(B) | 55.81º | 0.37% | 0.92% | - |
| XYZ | 67.71 | 75.87 | 39.51 | - |
| YUV | 221.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 149 | 0 | 0.03 | 0.37 | 0.08 | 55.81 | 0.68 | 0.75 |
| Hex | EB | E5 | 95 | 0 | 3 | 25 | 8 | 38 | 44 | 4B |
| Octal | 353 | 345 | 225 | 0 | 3 | 45 | 10 | 70 | 104 | 113 |
| Binary | 11101011 | 11100101 | 10010101 | 0 | 11 | 100101 | 1000 | 111000 | 1000100 | 1001011 |
Color Harmonies of #EBE595
Complementary color
Monochromatic Colors of #EBE595
Black with #EBE595
Text Example
Text Example
White with #EBE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE595; }
p { color: rgb(235,229,149); }
H1.HeaderClassName
{
color: #EBE595;
}
.AnyTagClassName
{
color: #EBE595;
}
</style>
background-color css
<style>
a { background-color: #EBE595; }
a { background-color: rgb(235,229,149); }
div.DivClassName
{
background-color: #EBE595;
}
.BgClassName
{
background-color: #EBE595;
}
</style>
border-color css
<style>
span { border-color: #EBE595; }
span { border-color: rgb(235,229,149); }
td.TdClassName
{
border-color: #EBE595;
}
.TagClassName
{
border-color: #EBE595;
}
</style>