Shades of Khaki #EFE893
Tints of Khaki #EFE893
RGB
CMYK
RGB Variations
Color information
#EFE893 (or 0xEFE893) is known color: Khaki. HEX triplet: EF, E8 and 93. RGB value is (239,232,147). Sum of RGB (Red+Green+Blue) = 239+232+147=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 147 (57.81% from 255 or 23.79% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE893 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE893 is #10176C. Grayscale: #E0E0E0. Windows color (decimal): -1054573 or 9693423. OLE color: 9693423.
HSL color Cylindrical-coordinate representation of color #EFE893: hue angle of 55.43º 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 #EFE893 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 147 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.06 |
| HSL | 55.43º | 0.74% | 0.76% | - |
| HSV(B) | 55.43º | 0.38% | 0.94% | - |
| XYZ | 69.72 | 78.17 | 39.02 | - |
| YUV | 224.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 147 | 0 | 0.03 | 0.38 | 0.06 | 55.43 | 0.74 | 0.76 |
| Hex | EF | E8 | 93 | 0 | 3 | 26 | 6 | 37 | 4A | 4C |
| Octal | 357 | 350 | 223 | 0 | 3 | 46 | 6 | 67 | 112 | 114 |
| Binary | 11101111 | 11101000 | 10010011 | 0 | 11 | 100110 | 110 | 110111 | 1001010 | 1001100 |
Color Harmonies of #EFE893
Complementary color
Monochromatic Colors of #EFE893
Black with #EFE893
Text Example
Text Example
White with #EFE893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE893; }
p { color: rgb(239,232,147); }
H1.HeaderClassName
{
color: #EFE893;
}
.AnyTagClassName
{
color: #EFE893;
}
</style>
background-color css
<style>
a { background-color: #EFE893; }
a { background-color: rgb(239,232,147); }
div.DivClassName
{
background-color: #EFE893;
}
.BgClassName
{
background-color: #EFE893;
}
</style>
border-color css
<style>
span { border-color: #EFE893; }
span { border-color: rgb(239,232,147); }
td.TdClassName
{
border-color: #EFE893;
}
.TagClassName
{
border-color: #EFE893;
}
</style>