Shades of Khaki #EFEB8C
Tints of Khaki #EFEB8C
RGB
CMYK
RGB Variations
Color information
#EFEB8C (or 0xEFEB8C) is known color: Khaki. HEX triplet: EF, EB and 8C. RGB value is (239,235,140). Sum of RGB (Red+Green+Blue) = 239+235+140=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB8C is #101473. Grayscale: #E1E1E1. Windows color (decimal): -1053812 or 9235439. OLE color: 9235439.
HSL color Cylindrical-coordinate representation of color #EFEB8C: hue angle of 57.58º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFEB8C is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 140 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.06 |
| HSL | 57.58º | 0.76% | 0.74% | - |
| HSV(B) | 57.58º | 0.41% | 0.94% | - |
| XYZ | 70.04 | 79.66 | 36.5 | - |
| YUV | 225.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 140 | 0 | 0.02 | 0.41 | 0.06 | 57.58 | 0.76 | 0.74 |
| Hex | EF | EB | 8C | 0 | 2 | 29 | 6 | 3A | 4C | 4A |
| Octal | 357 | 353 | 214 | 0 | 2 | 51 | 6 | 72 | 114 | 112 |
| Binary | 11101111 | 11101011 | 10001100 | 0 | 10 | 101001 | 110 | 111010 | 1001100 | 1001010 |
Color Harmonies of #EFEB8C
Complementary color
Monochromatic Colors of #EFEB8C
Black with #EFEB8C
Text Example
Text Example
White with #EFEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB8C; }
p { color: rgb(239,235,140); }
H1.HeaderClassName
{
color: #EFEB8C;
}
.AnyTagClassName
{
color: #EFEB8C;
}
</style>
background-color css
<style>
a { background-color: #EFEB8C; }
a { background-color: rgb(239,235,140); }
div.DivClassName
{
background-color: #EFEB8C;
}
.BgClassName
{
background-color: #EFEB8C;
}
</style>
border-color css
<style>
span { border-color: #EFEB8C; }
span { border-color: rgb(239,235,140); }
td.TdClassName
{
border-color: #EFEB8C;
}
.TagClassName
{
border-color: #EFEB8C;
}
</style>