Shades of Khaki #EFE193
Tints of Khaki #EFE193
RGB
CMYK
RGB Variations
Color information
#EFE193 (or 0xEFE193) is known color: Khaki. HEX triplet: EF, E1 and 93. RGB value is (239,225,147). Sum of RGB (Red+Green+Blue) = 239+225+147=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 147 (57.81% from 255 or 24.06% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE193 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE193 is #101E6C. Grayscale: #DCDCDC. Windows color (decimal): -1056365 or 9691631. OLE color: 9691631.
HSL color Cylindrical-coordinate representation of color #EFE193: hue angle of 50.87º 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 #EFE193 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 147 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.06 |
| HSL | 50.87º | 0.74% | 0.76% | - |
| HSV(B) | 50.87º | 0.38% | 0.94% | - |
| XYZ | 67.79 | 74.31 | 38.37 | - |
| YUV | 220.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 147 | 0 | 0.06 | 0.38 | 0.06 | 50.87 | 0.74 | 0.76 |
| Hex | EF | E1 | 93 | 0 | 6 | 26 | 6 | 33 | 4A | 4C |
| Octal | 357 | 341 | 223 | 0 | 6 | 46 | 6 | 63 | 112 | 114 |
| Binary | 11101111 | 11100001 | 10010011 | 0 | 110 | 100110 | 110 | 110011 | 1001010 | 1001100 |
Color Harmonies of #EFE193
Complementary color
Monochromatic Colors of #EFE193
Black with #EFE193
Text Example
Text Example
White with #EFE193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE193; }
p { color: rgb(239,225,147); }
H1.HeaderClassName
{
color: #EFE193;
}
.AnyTagClassName
{
color: #EFE193;
}
</style>
background-color css
<style>
a { background-color: #EFE193; }
a { background-color: rgb(239,225,147); }
div.DivClassName
{
background-color: #EFE193;
}
.BgClassName
{
background-color: #EFE193;
}
</style>
border-color css
<style>
span { border-color: #EFE193; }
span { border-color: rgb(239,225,147); }
td.TdClassName
{
border-color: #EFE193;
}
.TagClassName
{
border-color: #EFE193;
}
</style>