Shades of Khaki #EFE094
Tints of Khaki #EFE094
RGB
CMYK
RGB Variations
Color information
#EFE094 (or 0xEFE094) is known color: Khaki. HEX triplet: EF, E0 and 94. RGB value is (239,224,148). Sum of RGB (Red+Green+Blue) = 239+224+148=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 148 (58.20% from 255 or 24.22% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE094 is #101F6B. Grayscale: #DCDCDC. Windows color (decimal): -1056620 or 9756911. OLE color: 9756911.
HSL color Cylindrical-coordinate representation of color #EFE094: hue angle of 50.11º 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 #EFE094 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 148 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.06 |
| HSL | 50.11º | 0.74% | 0.76% | - |
| HSV(B) | 50.11º | 0.38% | 0.94% | - |
| XYZ | 67.6 | 73.8 | 38.7 | - |
| YUV | 219.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 148 | 0 | 0.06 | 0.38 | 0.06 | 50.11 | 0.74 | 0.76 |
| Hex | EF | E0 | 94 | 0 | 6 | 26 | 6 | 32 | 4A | 4C |
| Octal | 357 | 340 | 224 | 0 | 6 | 46 | 6 | 62 | 112 | 114 |
| Binary | 11101111 | 11100000 | 10010100 | 0 | 110 | 100110 | 110 | 110010 | 1001010 | 1001100 |
Color Harmonies of #EFE094
Complementary color
Monochromatic Colors of #EFE094
Black with #EFE094
Text Example
Text Example
White with #EFE094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE094; }
p { color: rgb(239,224,148); }
H1.HeaderClassName
{
color: #EFE094;
}
.AnyTagClassName
{
color: #EFE094;
}
</style>
background-color css
<style>
a { background-color: #EFE094; }
a { background-color: rgb(239,224,148); }
div.DivClassName
{
background-color: #EFE094;
}
.BgClassName
{
background-color: #EFE094;
}
</style>
border-color css
<style>
span { border-color: #EFE094; }
span { border-color: rgb(239,224,148); }
td.TdClassName
{
border-color: #EFE094;
}
.TagClassName
{
border-color: #EFE094;
}
</style>