Shades of Khaki #EBE496
Tints of Khaki #EBE496
RGB
CMYK
RGB Variations
Color information
#EBE496 (or 0xEBE496) is known color: Khaki. HEX triplet: EB, E4 and 96. RGB value is (235,228,150). Sum of RGB (Red+Green+Blue) = 235+228+150=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE496 is #141B69. Grayscale: #DDDDDD. Windows color (decimal): -1317738 or 9889003. OLE color: 9889003.
HSL color Cylindrical-coordinate representation of color #EBE496: hue angle of 55.06º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBE496 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 150 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.08 |
| HSL | 55.06º | 0.68% | 0.75% | - |
| HSV(B) | 55.06º | 0.36% | 0.92% | - |
| XYZ | 67.51 | 75.35 | 39.84 | - |
| YUV | 221.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 150 | 0 | 0.03 | 0.36 | 0.08 | 55.06 | 0.68 | 0.75 |
| Hex | EB | E4 | 96 | 0 | 3 | 24 | 8 | 37 | 44 | 4B |
| Octal | 353 | 344 | 226 | 0 | 3 | 44 | 10 | 67 | 104 | 113 |
| Binary | 11101011 | 11100100 | 10010110 | 0 | 11 | 100100 | 1000 | 110111 | 1000100 | 1001011 |
Color Harmonies of #EBE496
Complementary color
Monochromatic Colors of #EBE496
Black with #EBE496
Text Example
Text Example
White with #EBE496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE496; }
p { color: rgb(235,228,150); }
H1.HeaderClassName
{
color: #EBE496;
}
.AnyTagClassName
{
color: #EBE496;
}
</style>
background-color css
<style>
a { background-color: #EBE496; }
a { background-color: rgb(235,228,150); }
div.DivClassName
{
background-color: #EBE496;
}
.BgClassName
{
background-color: #EBE496;
}
</style>
border-color css
<style>
span { border-color: #EBE496; }
span { border-color: rgb(235,228,150); }
td.TdClassName
{
border-color: #EBE496;
}
.TagClassName
{
border-color: #EBE496;
}
</style>