Shades of Khaki #EBE88C
Tints of Khaki #EBE88C
RGB
CMYK
RGB Variations
Color information
#EBE88C (or 0xEBE88C) is known color: Khaki. HEX triplet: EB, E8 and 8C. RGB value is (235,232,140). Sum of RGB (Red+Green+Blue) = 235+232+140=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE88C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE88C is #141773. Grayscale: #DEDEDE. Windows color (decimal): -1316724 or 9234667. OLE color: 9234667.
HSL color Cylindrical-coordinate representation of color #EBE88C: hue angle of 58.11º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBE88C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 140 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.08 |
| HSL | 58.11º | 0.7% | 0.74% | - |
| HSV(B) | 58.11º | 0.4% | 0.92% | - |
| XYZ | 67.85 | 77.27 | 36.15 | - |
| YUV | 222.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 140 | 0 | 0.01 | 0.40 | 0.08 | 58.11 | 0.7 | 0.74 |
| Hex | EB | E8 | 8C | 0 | 1 | 28 | 8 | 3A | 46 | 4A |
| Octal | 353 | 350 | 214 | 0 | 1 | 50 | 10 | 72 | 106 | 112 |
| Binary | 11101011 | 11101000 | 10001100 | 0 | 1 | 101000 | 1000 | 111010 | 1000110 | 1001010 |
Color Harmonies of #EBE88C
Complementary color
Monochromatic Colors of #EBE88C
Black with #EBE88C
Text Example
Text Example
White with #EBE88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE88C; }
p { color: rgb(235,232,140); }
H1.HeaderClassName
{
color: #EBE88C;
}
.AnyTagClassName
{
color: #EBE88C;
}
</style>
background-color css
<style>
a { background-color: #EBE88C; }
a { background-color: rgb(235,232,140); }
div.DivClassName
{
background-color: #EBE88C;
}
.BgClassName
{
background-color: #EBE88C;
}
</style>
border-color css
<style>
span { border-color: #EBE88C; }
span { border-color: rgb(235,232,140); }
td.TdClassName
{
border-color: #EBE88C;
}
.TagClassName
{
border-color: #EBE88C;
}
</style>