Shades of Khaki #EBEA8C
Tints of Khaki #EBEA8C
RGB
CMYK
RGB Variations
Color information
#EBEA8C (or 0xEBEA8C) is known color: Khaki. HEX triplet: EB, EA and 8C. RGB value is (235,234,140). Sum of RGB (Red+Green+Blue) = 235+234+140=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 140 (55.08% from 255 or 22.99% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEA8C is #141573. Grayscale: #DFDFDF. Windows color (decimal): -1316212 or 9235179. OLE color: 9235179.
HSL color Cylindrical-coordinate representation of color #EBEA8C: hue angle of 59.37º 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 #EBEA8C is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 140 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.08 |
| HSL | 59.37º | 0.7% | 0.74% | - |
| HSV(B) | 59.37º | 0.4% | 0.92% | - |
| XYZ | 68.42 | 78.4 | 36.34 | - |
| YUV | 223.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 140 | 0 | 0.00 | 0.40 | 0.08 | 59.37 | 0.7 | 0.74 |
| Hex | EB | EA | 8C | 0 | 0 | 28 | 8 | 3B | 46 | 4A |
| Octal | 353 | 352 | 214 | 0 | 0 | 50 | 10 | 73 | 106 | 112 |
| Binary | 11101011 | 11101010 | 10001100 | 0 | 0 | 101000 | 1000 | 111011 | 1000110 | 1001010 |
Color Harmonies of #EBEA8C
Complementary color
Monochromatic Colors of #EBEA8C
Black with #EBEA8C
Text Example
Text Example
White with #EBEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEA8C; }
p { color: rgb(235,234,140); }
H1.HeaderClassName
{
color: #EBEA8C;
}
.AnyTagClassName
{
color: #EBEA8C;
}
</style>
background-color css
<style>
a { background-color: #EBEA8C; }
a { background-color: rgb(235,234,140); }
div.DivClassName
{
background-color: #EBEA8C;
}
.BgClassName
{
background-color: #EBEA8C;
}
</style>
border-color css
<style>
span { border-color: #EBEA8C; }
span { border-color: rgb(235,234,140); }
td.TdClassName
{
border-color: #EBEA8C;
}
.TagClassName
{
border-color: #EBEA8C;
}
</style>