Shades of Khaki #EBE797
Tints of Khaki #EBE797
RGB
CMYK
RGB Variations
Color information
#EBE797 (or 0xEBE797) is known color: Khaki. HEX triplet: EB, E7 and 97. RGB value is (235,231,151). Sum of RGB (Red+Green+Blue) = 235+231+151=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 151 (59.38% from 255 or 24.47% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE797 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE797 is #141868. Grayscale: #DFDFDF. Windows color (decimal): -1316969 or 9955307. OLE color: 9955307.
HSL color Cylindrical-coordinate representation of color #EBE797: hue angle of 57.14º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBE797 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 231 | 151 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.08 |
| HSL | 57.14º | 0.68% | 0.76% | - |
| HSV(B) | 57.14º | 0.36% | 0.92% | - |
| XYZ | 68.42 | 77.05 | 40.54 | - |
| YUV | 223.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 231 | 151 | 0 | 0.02 | 0.36 | 0.08 | 57.14 | 0.68 | 0.76 |
| Hex | EB | E7 | 97 | 0 | 2 | 24 | 8 | 39 | 44 | 4C |
| Octal | 353 | 347 | 227 | 0 | 2 | 44 | 10 | 71 | 104 | 114 |
| Binary | 11101011 | 11100111 | 10010111 | 0 | 10 | 100100 | 1000 | 111001 | 1000100 | 1001100 |
Color Harmonies of #EBE797
Complementary color
Monochromatic Colors of #EBE797
Black with #EBE797
Text Example
Text Example
White with #EBE797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE797; }
p { color: rgb(235,231,151); }
H1.HeaderClassName
{
color: #EBE797;
}
.AnyTagClassName
{
color: #EBE797;
}
</style>
background-color css
<style>
a { background-color: #EBE797; }
a { background-color: rgb(235,231,151); }
div.DivClassName
{
background-color: #EBE797;
}
.BgClassName
{
background-color: #EBE797;
}
</style>
border-color css
<style>
span { border-color: #EBE797; }
span { border-color: rgb(235,231,151); }
td.TdClassName
{
border-color: #EBE797;
}
.TagClassName
{
border-color: #EBE797;
}
</style>