Shades of Khaki #EFEA86
Tints of Khaki #EFEA86
RGB
CMYK
RGB Variations
Color information
#EFEA86 (or 0xEFEA86) is known color: Khaki. HEX triplet: EF, EA and 86. RGB value is (239,234,134). Sum of RGB (Red+Green+Blue) = 239+234+134=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 134 (52.73% from 255 or 22.08% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA86 is #101579. Grayscale: #E0E0E0. Windows color (decimal): -1054074 or 8841967. OLE color: 8841967.
HSL color Cylindrical-coordinate representation of color #EFEA86: hue angle of 57.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFEA86 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 134 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.06 |
| HSL | 57.14º | 0.77% | 0.73% | - |
| HSV(B) | 57.14º | 0.44% | 0.94% | - |
| XYZ | 69.32 | 78.92 | 34.13 | - |
| YUV | 224.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 134 | 0 | 0.02 | 0.44 | 0.06 | 57.14 | 0.77 | 0.73 |
| Hex | EF | EA | 86 | 0 | 2 | 2C | 6 | 39 | 4D | 49 |
| Octal | 357 | 352 | 206 | 0 | 2 | 54 | 6 | 71 | 115 | 111 |
| Binary | 11101111 | 11101010 | 10000110 | 0 | 10 | 101100 | 110 | 111001 | 1001101 | 1001001 |
Color Harmonies of #EFEA86
Complementary color
Monochromatic Colors of #EFEA86
Black with #EFEA86
Text Example
Text Example
White with #EFEA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA86; }
p { color: rgb(239,234,134); }
H1.HeaderClassName
{
color: #EFEA86;
}
.AnyTagClassName
{
color: #EFEA86;
}
</style>
background-color css
<style>
a { background-color: #EFEA86; }
a { background-color: rgb(239,234,134); }
div.DivClassName
{
background-color: #EFEA86;
}
.BgClassName
{
background-color: #EFEA86;
}
</style>
border-color css
<style>
span { border-color: #EFEA86; }
span { border-color: rgb(239,234,134); }
td.TdClassName
{
border-color: #EFEA86;
}
.TagClassName
{
border-color: #EFEA86;
}
</style>