Shades of Khaki #EFEA8D
Tints of Khaki #EFEA8D
RGB
CMYK
RGB Variations
Color information
#EFEA8D (or 0xEFEA8D) is known color: Khaki. HEX triplet: EF, EA and 8D. RGB value is (239,234,141). Sum of RGB (Red+Green+Blue) = 239+234+141=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA8D is #101572. Grayscale: #E1E1E1. Windows color (decimal): -1054067 or 9300719. OLE color: 9300719.
HSL color Cylindrical-coordinate representation of color #EFEA8D: hue angle of 56.94º 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 #EFEA8D is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 141 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.06 |
| HSL | 56.94º | 0.75% | 0.75% | - |
| HSV(B) | 56.94º | 0.41% | 0.94% | - |
| XYZ | 69.83 | 79.12 | 36.79 | - |
| YUV | 224.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 141 | 0 | 0.02 | 0.41 | 0.06 | 56.94 | 0.75 | 0.75 |
| Hex | EF | EA | 8D | 0 | 2 | 29 | 6 | 39 | 4B | 4B |
| Octal | 357 | 352 | 215 | 0 | 2 | 51 | 6 | 71 | 113 | 113 |
| Binary | 11101111 | 11101010 | 10001101 | 0 | 10 | 101001 | 110 | 111001 | 1001011 | 1001011 |
Color Harmonies of #EFEA8D
Complementary color
Monochromatic Colors of #EFEA8D
Black with #EFEA8D
Text Example
Text Example
White with #EFEA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA8D; }
p { color: rgb(239,234,141); }
H1.HeaderClassName
{
color: #EFEA8D;
}
.AnyTagClassName
{
color: #EFEA8D;
}
</style>
background-color css
<style>
a { background-color: #EFEA8D; }
a { background-color: rgb(239,234,141); }
div.DivClassName
{
background-color: #EFEA8D;
}
.BgClassName
{
background-color: #EFEA8D;
}
</style>
border-color css
<style>
span { border-color: #EFEA8D; }
span { border-color: rgb(239,234,141); }
td.TdClassName
{
border-color: #EFEA8D;
}
.TagClassName
{
border-color: #EFEA8D;
}
</style>