Shades of Khaki #EFE493
Tints of Khaki #EFE493
RGB
CMYK
RGB Variations
Color information
#EFE493 (or 0xEFE493) is known color: Khaki. HEX triplet: EF, E4 and 93. RGB value is (239,228,147). Sum of RGB (Red+Green+Blue) = 239+228+147=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE493 is #101B6C. Grayscale: #DEDEDE. Windows color (decimal): -1055597 or 9692399. OLE color: 9692399.
HSL color Cylindrical-coordinate representation of color #EFE493: hue angle of 52.83º 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 #EFE493 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 147 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.06 |
| HSL | 52.83º | 0.74% | 0.76% | - |
| HSV(B) | 52.83º | 0.38% | 0.94% | - |
| XYZ | 68.61 | 75.94 | 38.65 | - |
| YUV | 222.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 147 | 0 | 0.05 | 0.38 | 0.06 | 52.83 | 0.74 | 0.76 |
| Hex | EF | E4 | 93 | 0 | 5 | 26 | 6 | 35 | 4A | 4C |
| Octal | 357 | 344 | 223 | 0 | 5 | 46 | 6 | 65 | 112 | 114 |
| Binary | 11101111 | 11100100 | 10010011 | 0 | 101 | 100110 | 110 | 110101 | 1001010 | 1001100 |
Color Harmonies of #EFE493
Complementary color
Monochromatic Colors of #EFE493
Black with #EFE493
Text Example
Text Example
White with #EFE493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE493; }
p { color: rgb(239,228,147); }
H1.HeaderClassName
{
color: #EFE493;
}
.AnyTagClassName
{
color: #EFE493;
}
</style>
background-color css
<style>
a { background-color: #EFE493; }
a { background-color: rgb(239,228,147); }
div.DivClassName
{
background-color: #EFE493;
}
.BgClassName
{
background-color: #EFE493;
}
</style>
border-color css
<style>
span { border-color: #EFE493; }
span { border-color: rgb(239,228,147); }
td.TdClassName
{
border-color: #EFE493;
}
.TagClassName
{
border-color: #EFE493;
}
</style>