Shades of Khaki #EBE98C
Tints of Khaki #EBE98C
RGB
CMYK
RGB Variations
Color information
#EBE98C (or 0xEBE98C) is known color: Khaki. HEX triplet: EB, E9 and 8C. RGB value is (235,233,140). Sum of RGB (Red+Green+Blue) = 235+233+140=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE98C is #141673. Grayscale: #DFDFDF. Windows color (decimal): -1316468 or 9234923. OLE color: 9234923.
HSL color Cylindrical-coordinate representation of color #EBE98C: hue angle of 58.74º 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 #EBE98C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 140 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.08 |
| HSL | 58.74º | 0.7% | 0.74% | - |
| HSV(B) | 58.74º | 0.4% | 0.92% | - |
| XYZ | 68.13 | 77.83 | 36.24 | - |
| YUV | 223 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 140 | 0 | 0.01 | 0.40 | 0.08 | 58.74 | 0.7 | 0.74 |
| Hex | EB | E9 | 8C | 0 | 1 | 28 | 8 | 3B | 46 | 4A |
| Octal | 353 | 351 | 214 | 0 | 1 | 50 | 10 | 73 | 106 | 112 |
| Binary | 11101011 | 11101001 | 10001100 | 0 | 1 | 101000 | 1000 | 111011 | 1000110 | 1001010 |
Color Harmonies of #EBE98C
Complementary color
Monochromatic Colors of #EBE98C
Black with #EBE98C
Text Example
Text Example
White with #EBE98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE98C; }
p { color: rgb(235,233,140); }
H1.HeaderClassName
{
color: #EBE98C;
}
.AnyTagClassName
{
color: #EBE98C;
}
</style>
background-color css
<style>
a { background-color: #EBE98C; }
a { background-color: rgb(235,233,140); }
div.DivClassName
{
background-color: #EBE98C;
}
.BgClassName
{
background-color: #EBE98C;
}
</style>
border-color css
<style>
span { border-color: #EBE98C; }
span { border-color: rgb(235,233,140); }
td.TdClassName
{
border-color: #EBE98C;
}
.TagClassName
{
border-color: #EBE98C;
}
</style>