Shades of Khaki #EFEA8E
Tints of Khaki #EFEA8E
RGB
CMYK
RGB Variations
Color information
#EFEA8E (or 0xEFEA8E) is known color: Khaki. HEX triplet: EF, EA and 8E. RGB value is (239,234,142). Sum of RGB (Red+Green+Blue) = 239+234+142=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 142 (55.86% from 255 or 23.09% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA8E is #101571. Grayscale: #E1E1E1. Windows color (decimal): -1054066 or 9366255. OLE color: 9366255.
HSL color Cylindrical-coordinate representation of color #EFEA8E: hue angle of 56.91º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFEA8E is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 142 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.06 |
| HSL | 56.91º | 0.75% | 0.75% | - |
| HSV(B) | 56.91º | 0.41% | 0.94% | - |
| XYZ | 69.9 | 79.15 | 37.18 | - |
| YUV | 225.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 142 | 0 | 0.02 | 0.41 | 0.06 | 56.91 | 0.75 | 0.75 |
| Hex | EF | EA | 8E | 0 | 2 | 29 | 6 | 39 | 4B | 4B |
| Octal | 357 | 352 | 216 | 0 | 2 | 51 | 6 | 71 | 113 | 113 |
| Binary | 11101111 | 11101010 | 10001110 | 0 | 10 | 101001 | 110 | 111001 | 1001011 | 1001011 |
Color Harmonies of #EFEA8E
Complementary color
Monochromatic Colors of #EFEA8E
Black with #EFEA8E
Text Example
Text Example
White with #EFEA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA8E; }
p { color: rgb(239,234,142); }
H1.HeaderClassName
{
color: #EFEA8E;
}
.AnyTagClassName
{
color: #EFEA8E;
}
</style>
background-color css
<style>
a { background-color: #EFEA8E; }
a { background-color: rgb(239,234,142); }
div.DivClassName
{
background-color: #EFEA8E;
}
.BgClassName
{
background-color: #EFEA8E;
}
</style>
border-color css
<style>
span { border-color: #EFEA8E; }
span { border-color: rgb(239,234,142); }
td.TdClassName
{
border-color: #EFEA8E;
}
.TagClassName
{
border-color: #EFEA8E;
}
</style>