Shades of Khaki #EFE986
Tints of Khaki #EFE986
RGB
CMYK
RGB Variations
Color information
#EFE986 (or 0xEFE986) is known color: Khaki. HEX triplet: EF, E9 and 86. RGB value is (239,233,134). Sum of RGB (Red+Green+Blue) = 239+233+134=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE986 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE986 is #101679. Grayscale: #DFDFDF. Windows color (decimal): -1054330 or 8841711. OLE color: 8841711.
HSL color Cylindrical-coordinate representation of color #EFE986: hue angle of 56.57º 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 #EFE986 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 134 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.06 |
| HSL | 56.57º | 0.77% | 0.73% | - |
| HSV(B) | 56.57º | 0.44% | 0.94% | - |
| XYZ | 69.04 | 78.35 | 34.04 | - |
| YUV | 223.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 134 | 0 | 0.03 | 0.44 | 0.06 | 56.57 | 0.77 | 0.73 |
| Hex | EF | E9 | 86 | 0 | 3 | 2C | 6 | 39 | 4D | 49 |
| Octal | 357 | 351 | 206 | 0 | 3 | 54 | 6 | 71 | 115 | 111 |
| Binary | 11101111 | 11101001 | 10000110 | 0 | 11 | 101100 | 110 | 111001 | 1001101 | 1001001 |
Color Harmonies of #EFE986
Complementary color
Monochromatic Colors of #EFE986
Black with #EFE986
Text Example
Text Example
White with #EFE986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE986; }
p { color: rgb(239,233,134); }
H1.HeaderClassName
{
color: #EFE986;
}
.AnyTagClassName
{
color: #EFE986;
}
</style>
background-color css
<style>
a { background-color: #EFE986; }
a { background-color: rgb(239,233,134); }
div.DivClassName
{
background-color: #EFE986;
}
.BgClassName
{
background-color: #EFE986;
}
</style>
border-color css
<style>
span { border-color: #EFE986; }
span { border-color: rgb(239,233,134); }
td.TdClassName
{
border-color: #EFE986;
}
.TagClassName
{
border-color: #EFE986;
}
</style>