Shades of Khaki #EFEB8B
Tints of Khaki #EFEB8B
RGB
CMYK
RGB Variations
Color information
#EFEB8B (or 0xEFEB8B) is known color: Khaki. HEX triplet: EF, EB and 8B. RGB value is (239,235,139). Sum of RGB (Red+Green+Blue) = 239+235+139=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB8B is #101474. Grayscale: #E1E1E1. Windows color (decimal): -1053813 or 9169903. OLE color: 9169903.
HSL color Cylindrical-coordinate representation of color #EFEB8B: hue angle of 57.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFEB8B is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 139 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.06 |
| HSL | 57.6º | 0.76% | 0.74% | - |
| HSV(B) | 57.6º | 0.42% | 0.94% | - |
| XYZ | 69.97 | 79.63 | 36.11 | - |
| YUV | 225.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 139 | 0 | 0.02 | 0.42 | 0.06 | 57.6 | 0.76 | 0.74 |
| Hex | EF | EB | 8B | 0 | 2 | 2A | 6 | 3A | 4C | 4A |
| Octal | 357 | 353 | 213 | 0 | 2 | 52 | 6 | 72 | 114 | 112 |
| Binary | 11101111 | 11101011 | 10001011 | 0 | 10 | 101010 | 110 | 111010 | 1001100 | 1001010 |
Color Harmonies of #EFEB8B
Complementary color
Monochromatic Colors of #EFEB8B
Black with #EFEB8B
Text Example
Text Example
White with #EFEB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB8B; }
p { color: rgb(239,235,139); }
H1.HeaderClassName
{
color: #EFEB8B;
}
.AnyTagClassName
{
color: #EFEB8B;
}
</style>
background-color css
<style>
a { background-color: #EFEB8B; }
a { background-color: rgb(239,235,139); }
div.DivClassName
{
background-color: #EFEB8B;
}
.BgClassName
{
background-color: #EFEB8B;
}
</style>
border-color css
<style>
span { border-color: #EFEB8B; }
span { border-color: rgb(239,235,139); }
td.TdClassName
{
border-color: #EFEB8B;
}
.TagClassName
{
border-color: #EFEB8B;
}
</style>