Shades of Khaki #EBE598
Tints of Khaki #EBE598
RGB
CMYK
RGB Variations
Color information
#EBE598 (or 0xEBE598) is known color: Khaki. HEX triplet: EB, E5 and 98. RGB value is (235,229,152). Sum of RGB (Red+Green+Blue) = 235+229+152=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 152 (59.77% from 255 or 24.68% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE598 is #141A67. Grayscale: #DEDEDE. Windows color (decimal): -1317480 or 10020331. OLE color: 10020331.
HSL color Cylindrical-coordinate representation of color #EBE598: hue angle of 55.66º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBE598 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 152 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.08 |
| HSL | 55.66º | 0.67% | 0.76% | - |
| HSV(B) | 55.66º | 0.35% | 0.92% | - |
| XYZ | 67.95 | 75.97 | 40.79 | - |
| YUV | 222.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 152 | 0 | 0.03 | 0.35 | 0.08 | 55.66 | 0.67 | 0.76 |
| Hex | EB | E5 | 98 | 0 | 3 | 23 | 8 | 38 | 43 | 4C |
| Octal | 353 | 345 | 230 | 0 | 3 | 43 | 10 | 70 | 103 | 114 |
| Binary | 11101011 | 11100101 | 10011000 | 0 | 11 | 100011 | 1000 | 111000 | 1000011 | 1001100 |
Color Harmonies of #EBE598
Complementary color
Monochromatic Colors of #EBE598
Black with #EBE598
Text Example
Text Example
White with #EBE598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE598; }
p { color: rgb(235,229,152); }
H1.HeaderClassName
{
color: #EBE598;
}
.AnyTagClassName
{
color: #EBE598;
}
</style>
background-color css
<style>
a { background-color: #EBE598; }
a { background-color: rgb(235,229,152); }
div.DivClassName
{
background-color: #EBE598;
}
.BgClassName
{
background-color: #EBE598;
}
</style>
border-color css
<style>
span { border-color: #EBE598; }
span { border-color: rgb(235,229,152); }
td.TdClassName
{
border-color: #EBE598;
}
.TagClassName
{
border-color: #EBE598;
}
</style>