Shades of Khaki #EBE497
Tints of Khaki #EBE497
RGB
CMYK
RGB Variations
Color information
#EBE497 (or 0xEBE497) is known color: Khaki. HEX triplet: EB, E4 and 97. RGB value is (235,228,151). Sum of RGB (Red+Green+Blue) = 235+228+151=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 151 (59.38% from 255 or 24.59% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE497 is #141B68. Grayscale: #DDDDDD. Windows color (decimal): -1317737 or 9954539. OLE color: 9954539.
HSL color Cylindrical-coordinate representation of color #EBE497: hue angle of 55º 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 #EBE497 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 151 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.08 |
| HSL | 55º | 0.68% | 0.76% | - |
| HSV(B) | 55º | 0.36% | 0.92% | - |
| XYZ | 67.59 | 75.38 | 40.27 | - |
| YUV | 221.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 151 | 0 | 0.03 | 0.36 | 0.08 | 55 | 0.68 | 0.76 |
| Hex | EB | E4 | 97 | 0 | 3 | 24 | 8 | 37 | 44 | 4C |
| Octal | 353 | 344 | 227 | 0 | 3 | 44 | 10 | 67 | 104 | 114 |
| Binary | 11101011 | 11100100 | 10010111 | 0 | 11 | 100100 | 1000 | 110111 | 1000100 | 1001100 |
Color Harmonies of #EBE497
Complementary color
Monochromatic Colors of #EBE497
Black with #EBE497
Text Example
Text Example
White with #EBE497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE497; }
p { color: rgb(235,228,151); }
H1.HeaderClassName
{
color: #EBE497;
}
.AnyTagClassName
{
color: #EBE497;
}
</style>
background-color css
<style>
a { background-color: #EBE497; }
a { background-color: rgb(235,228,151); }
div.DivClassName
{
background-color: #EBE497;
}
.BgClassName
{
background-color: #EBE497;
}
</style>
border-color css
<style>
span { border-color: #EBE497; }
span { border-color: rgb(235,228,151); }
td.TdClassName
{
border-color: #EBE497;
}
.TagClassName
{
border-color: #EBE497;
}
</style>