Shades of Khaki #EFE995
Tints of Khaki #EFE995
RGB
CMYK
RGB Variations
Color information
#EFE995 (or 0xEFE995) is known color: Khaki. HEX triplet: EF, E9 and 95. RGB value is (239,233,149). Sum of RGB (Red+Green+Blue) = 239+233+149=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE995 is #10166A. Grayscale: #E1E1E1. Windows color (decimal): -1054315 or 9824751. OLE color: 9824751.
HSL color Cylindrical-coordinate representation of color #EFE995: hue angle of 56º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFE995 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 149 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.06 |
| HSL | 56º | 0.74% | 0.76% | - |
| HSV(B) | 56º | 0.38% | 0.94% | - |
| XYZ | 70.16 | 78.8 | 39.95 | - |
| YUV | 225.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 149 | 0 | 0.03 | 0.38 | 0.06 | 56 | 0.74 | 0.76 |
| Hex | EF | E9 | 95 | 0 | 3 | 26 | 6 | 38 | 4A | 4C |
| Octal | 357 | 351 | 225 | 0 | 3 | 46 | 6 | 70 | 112 | 114 |
| Binary | 11101111 | 11101001 | 10010101 | 0 | 11 | 100110 | 110 | 111000 | 1001010 | 1001100 |
Color Harmonies of #EFE995
Complementary color
Monochromatic Colors of #EFE995
Black with #EFE995
Text Example
Text Example
White with #EFE995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE995; }
p { color: rgb(239,233,149); }
H1.HeaderClassName
{
color: #EFE995;
}
.AnyTagClassName
{
color: #EFE995;
}
</style>
background-color css
<style>
a { background-color: #EFE995; }
a { background-color: rgb(239,233,149); }
div.DivClassName
{
background-color: #EFE995;
}
.BgClassName
{
background-color: #EFE995;
}
</style>
border-color css
<style>
span { border-color: #EFE995; }
span { border-color: rgb(239,233,149); }
td.TdClassName
{
border-color: #EFE995;
}
.TagClassName
{
border-color: #EFE995;
}
</style>