Shades of Khaki #EFEA8C
Tints of Khaki #EFEA8C
RGB
CMYK
RGB Variations
Color information
#EFEA8C (or 0xEFEA8C) is known color: Khaki. HEX triplet: EF, EA and 8C. RGB value is (239,234,140). Sum of RGB (Red+Green+Blue) = 239+234+140=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA8C is #101573. Grayscale: #E1E1E1. Windows color (decimal): -1054068 or 9235183. OLE color: 9235183.
HSL color Cylindrical-coordinate representation of color #EFEA8C: hue angle of 56.97º 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 #EFEA8C is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 140 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.06 |
| HSL | 56.97º | 0.76% | 0.74% | - |
| HSV(B) | 56.97º | 0.41% | 0.94% | - |
| XYZ | 69.75 | 79.09 | 36.4 | - |
| YUV | 224.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 140 | 0 | 0.02 | 0.41 | 0.06 | 56.97 | 0.76 | 0.74 |
| Hex | EF | EA | 8C | 0 | 2 | 29 | 6 | 39 | 4C | 4A |
| Octal | 357 | 352 | 214 | 0 | 2 | 51 | 6 | 71 | 114 | 112 |
| Binary | 11101111 | 11101010 | 10001100 | 0 | 10 | 101001 | 110 | 111001 | 1001100 | 1001010 |
Color Harmonies of #EFEA8C
Complementary color
Monochromatic Colors of #EFEA8C
Black with #EFEA8C
Text Example
Text Example
White with #EFEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA8C; }
p { color: rgb(239,234,140); }
H1.HeaderClassName
{
color: #EFEA8C;
}
.AnyTagClassName
{
color: #EFEA8C;
}
</style>
background-color css
<style>
a { background-color: #EFEA8C; }
a { background-color: rgb(239,234,140); }
div.DivClassName
{
background-color: #EFEA8C;
}
.BgClassName
{
background-color: #EFEA8C;
}
</style>
border-color css
<style>
span { border-color: #EFEA8C; }
span { border-color: rgb(239,234,140); }
td.TdClassName
{
border-color: #EFEA8C;
}
.TagClassName
{
border-color: #EFEA8C;
}
</style>