Shades of Khaki #EFE395
Tints of Khaki #EFE395
RGB
CMYK
RGB Variations
Color information
#EFE395 (or 0xEFE395) is known color: Khaki. HEX triplet: EF, E3 and 95. RGB value is (239,227,149). Sum of RGB (Red+Green+Blue) = 239+227+149=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE395 is #101C6A. Grayscale: #DEDEDE. Windows color (decimal): -1055851 or 9823215. OLE color: 9823215.
HSL color Cylindrical-coordinate representation of color #EFE395: hue angle of 52º 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 #EFE395 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 149 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.06 |
| HSL | 52º | 0.74% | 0.76% | - |
| HSV(B) | 52º | 0.38% | 0.94% | - |
| XYZ | 68.49 | 75.46 | 39.39 | - |
| YUV | 221.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 149 | 0 | 0.05 | 0.38 | 0.06 | 52 | 0.74 | 0.76 |
| Hex | EF | E3 | 95 | 0 | 5 | 26 | 6 | 34 | 4A | 4C |
| Octal | 357 | 343 | 225 | 0 | 5 | 46 | 6 | 64 | 112 | 114 |
| Binary | 11101111 | 11100011 | 10010101 | 0 | 101 | 100110 | 110 | 110100 | 1001010 | 1001100 |
Color Harmonies of #EFE395
Complementary color
Monochromatic Colors of #EFE395
Black with #EFE395
Text Example
Text Example
White with #EFE395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE395; }
p { color: rgb(239,227,149); }
H1.HeaderClassName
{
color: #EFE395;
}
.AnyTagClassName
{
color: #EFE395;
}
</style>
background-color css
<style>
a { background-color: #EFE395; }
a { background-color: rgb(239,227,149); }
div.DivClassName
{
background-color: #EFE395;
}
.BgClassName
{
background-color: #EFE395;
}
</style>
border-color css
<style>
span { border-color: #EFE395; }
span { border-color: rgb(239,227,149); }
td.TdClassName
{
border-color: #EFE395;
}
.TagClassName
{
border-color: #EFE395;
}
</style>