Shades of Khaki #EFE994
Tints of Khaki #EFE994
RGB
CMYK
RGB Variations
Color information
#EFE994 (or 0xEFE994) is known color: Khaki. HEX triplet: EF, E9 and 94. RGB value is (239,233,148). Sum of RGB (Red+Green+Blue) = 239+233+148=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE994 is #10166B. Grayscale: #E1E1E1. Windows color (decimal): -1054316 or 9759215. OLE color: 9759215.
HSL color Cylindrical-coordinate representation of color #EFE994: hue angle of 56.04º 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 #EFE994 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 148 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.06 |
| HSL | 56.04º | 0.74% | 0.76% | - |
| HSV(B) | 56.04º | 0.38% | 0.94% | - |
| XYZ | 70.08 | 78.77 | 39.53 | - |
| YUV | 225.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 148 | 0 | 0.03 | 0.38 | 0.06 | 56.04 | 0.74 | 0.76 |
| Hex | EF | E9 | 94 | 0 | 3 | 26 | 6 | 38 | 4A | 4C |
| Octal | 357 | 351 | 224 | 0 | 3 | 46 | 6 | 70 | 112 | 114 |
| Binary | 11101111 | 11101001 | 10010100 | 0 | 11 | 100110 | 110 | 111000 | 1001010 | 1001100 |
Color Harmonies of #EFE994
Complementary color
Monochromatic Colors of #EFE994
Black with #EFE994
Text Example
Text Example
White with #EFE994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE994; }
p { color: rgb(239,233,148); }
H1.HeaderClassName
{
color: #EFE994;
}
.AnyTagClassName
{
color: #EFE994;
}
</style>
background-color css
<style>
a { background-color: #EFE994; }
a { background-color: rgb(239,233,148); }
div.DivClassName
{
background-color: #EFE994;
}
.BgClassName
{
background-color: #EFE994;
}
</style>
border-color css
<style>
span { border-color: #EFE994; }
span { border-color: rgb(239,233,148); }
td.TdClassName
{
border-color: #EFE994;
}
.TagClassName
{
border-color: #EFE994;
}
</style>