Shades of Khaki #EBE88D
Tints of Khaki #EBE88D
RGB
CMYK
RGB Variations
Color information
#EBE88D (or 0xEBE88D) is known color: Khaki. HEX triplet: EB, E8 and 8D. RGB value is (235,232,141). Sum of RGB (Red+Green+Blue) = 235+232+141=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE88D is #141772. Grayscale: #DEDEDE. Windows color (decimal): -1316723 or 9300203. OLE color: 9300203.
HSL color Cylindrical-coordinate representation of color #EBE88D: hue angle of 58.09º 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 #EBE88D is Cyan = 0, Magento = 0.01, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 141 | - |
| CMYK | 0 | 0.01 | 0.4 | 0.08 |
| HSL | 58.09º | 0.7% | 0.74% | - |
| HSV(B) | 58.09º | 0.4% | 0.92% | - |
| XYZ | 67.93 | 77.3 | 36.54 | - |
| YUV | 222.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 141 | 0 | 0.01 | 0.4 | 0.08 | 58.09 | 0.7 | 0.74 |
| Hex | EB | E8 | 8D | 0 | 1 | 28 | 8 | 3A | 46 | 4A |
| Octal | 353 | 350 | 215 | 0 | 1 | 50 | 10 | 72 | 106 | 112 |
| Binary | 11101011 | 11101000 | 10001101 | 0 | 1 | 101000 | 1000 | 111010 | 1000110 | 1001010 |
Color Harmonies of #EBE88D
Complementary color
Monochromatic Colors of #EBE88D
Black with #EBE88D
Text Example
Text Example
White with #EBE88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE88D; }
p { color: rgb(235,232,141); }
H1.HeaderClassName
{
color: #EBE88D;
}
.AnyTagClassName
{
color: #EBE88D;
}
</style>
background-color css
<style>
a { background-color: #EBE88D; }
a { background-color: rgb(235,232,141); }
div.DivClassName
{
background-color: #EBE88D;
}
.BgClassName
{
background-color: #EBE88D;
}
</style>
border-color css
<style>
span { border-color: #EBE88D; }
span { border-color: rgb(235,232,141); }
td.TdClassName
{
border-color: #EBE88D;
}
.TagClassName
{
border-color: #EBE88D;
}
</style>