Shades of Khaki #EFEA8B
Tints of Khaki #EFEA8B
RGB
CMYK
RGB Variations
Color information
#EFEA8B (or 0xEFEA8B) is known color: Khaki. HEX triplet: EF, EA and 8B. RGB value is (239,234,139). Sum of RGB (Red+Green+Blue) = 239+234+139=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 139 (54.69% from 255 or 22.71% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA8B is #101574. Grayscale: #E1E1E1. Windows color (decimal): -1054069 or 9169647. OLE color: 9169647.
HSL color Cylindrical-coordinate representation of color #EFEA8B: hue angle of 57º 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 #EFEA8B is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 139 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.06 |
| HSL | 57º | 0.76% | 0.74% | - |
| HSV(B) | 57º | 0.42% | 0.94% | - |
| XYZ | 69.68 | 79.06 | 36.01 | - |
| YUV | 224.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 139 | 0 | 0.02 | 0.42 | 0.06 | 57 | 0.76 | 0.74 |
| Hex | EF | EA | 8B | 0 | 2 | 2A | 6 | 39 | 4C | 4A |
| Octal | 357 | 352 | 213 | 0 | 2 | 52 | 6 | 71 | 114 | 112 |
| Binary | 11101111 | 11101010 | 10001011 | 0 | 10 | 101010 | 110 | 111001 | 1001100 | 1001010 |
Color Harmonies of #EFEA8B
Complementary color
Monochromatic Colors of #EFEA8B
Black with #EFEA8B
Text Example
Text Example
White with #EFEA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA8B; }
p { color: rgb(239,234,139); }
H1.HeaderClassName
{
color: #EFEA8B;
}
.AnyTagClassName
{
color: #EFEA8B;
}
</style>
background-color css
<style>
a { background-color: #EFEA8B; }
a { background-color: rgb(239,234,139); }
div.DivClassName
{
background-color: #EFEA8B;
}
.BgClassName
{
background-color: #EFEA8B;
}
</style>
border-color css
<style>
span { border-color: #EFEA8B; }
span { border-color: rgb(239,234,139); }
td.TdClassName
{
border-color: #EFEA8B;
}
.TagClassName
{
border-color: #EFEA8B;
}
</style>