Shades of Khaki #EFE194
Tints of Khaki #EFE194
RGB
CMYK
RGB Variations
Color information
#EFE194 (or 0xEFE194) is known color: Khaki. HEX triplet: EF, E1 and 94. RGB value is (239,225,148). Sum of RGB (Red+Green+Blue) = 239+225+148=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 148 (58.20% from 255 or 24.18% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE194 is #101E6B. Grayscale: #DCDCDC. Windows color (decimal): -1056364 or 9757167. OLE color: 9757167.
HSL color Cylindrical-coordinate representation of color #EFE194: hue angle of 50.77º 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 #EFE194 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 148 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.06 |
| HSL | 50.77º | 0.74% | 0.76% | - |
| HSV(B) | 50.77º | 0.38% | 0.94% | - |
| XYZ | 67.87 | 74.34 | 38.79 | - |
| YUV | 220.41 | 87.14 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 148 | 0 | 0.06 | 0.38 | 0.06 | 50.77 | 0.74 | 0.76 |
| Hex | EF | E1 | 94 | 0 | 6 | 26 | 6 | 33 | 4A | 4C |
| Octal | 357 | 341 | 224 | 0 | 6 | 46 | 6 | 63 | 112 | 114 |
| Binary | 11101111 | 11100001 | 10010100 | 0 | 110 | 100110 | 110 | 110011 | 1001010 | 1001100 |
Color Harmonies of #EFE194
Complementary color
Monochromatic Colors of #EFE194
Black with #EFE194
Text Example
Text Example
White with #EFE194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE194; }
p { color: rgb(239,225,148); }
H1.HeaderClassName
{
color: #EFE194;
}
.AnyTagClassName
{
color: #EFE194;
}
</style>
background-color css
<style>
a { background-color: #EFE194; }
a { background-color: rgb(239,225,148); }
div.DivClassName
{
background-color: #EFE194;
}
.BgClassName
{
background-color: #EFE194;
}
</style>
border-color css
<style>
span { border-color: #EFE194; }
span { border-color: rgb(239,225,148); }
td.TdClassName
{
border-color: #EFE194;
}
.TagClassName
{
border-color: #EFE194;
}
</style>