Shades of Khaki #EBE488
Tints of Khaki #EBE488
RGB
CMYK
RGB Variations
Color information
#EBE488 (or 0xEBE488) is known color: Khaki. HEX triplet: EB, E4 and 88. RGB value is (235,228,136). Sum of RGB (Red+Green+Blue) = 235+228+136=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 136 (53.52% from 255 or 22.70% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE488 is #141B77. Grayscale: #DBDBDB. Windows color (decimal): -1317752 or 8971499. OLE color: 8971499.
HSL color Cylindrical-coordinate representation of color #EBE488: hue angle of 55.76º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBE488 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 136 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.08 |
| HSL | 55.76º | 0.71% | 0.73% | - |
| HSV(B) | 55.76º | 0.42% | 0.92% | - |
| XYZ | 66.45 | 74.93 | 34.25 | - |
| YUV | 219.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 136 | 0 | 0.03 | 0.42 | 0.08 | 55.76 | 0.71 | 0.73 |
| Hex | EB | E4 | 88 | 0 | 3 | 2A | 8 | 38 | 47 | 49 |
| Octal | 353 | 344 | 210 | 0 | 3 | 52 | 10 | 70 | 107 | 111 |
| Binary | 11101011 | 11100100 | 10001000 | 0 | 11 | 101010 | 1000 | 111000 | 1000111 | 1001001 |
Color Harmonies of #EBE488
Complementary color
Monochromatic Colors of #EBE488
Black with #EBE488
Text Example
Text Example
White with #EBE488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE488; }
p { color: rgb(235,228,136); }
H1.HeaderClassName
{
color: #EBE488;
}
.AnyTagClassName
{
color: #EBE488;
}
</style>
background-color css
<style>
a { background-color: #EBE488; }
a { background-color: rgb(235,228,136); }
div.DivClassName
{
background-color: #EBE488;
}
.BgClassName
{
background-color: #EBE488;
}
</style>
border-color css
<style>
span { border-color: #EBE488; }
span { border-color: rgb(235,228,136); }
td.TdClassName
{
border-color: #EBE488;
}
.TagClassName
{
border-color: #EBE488;
}
</style>