Shades of Khaki #EFE396
Tints of Khaki #EFE396
RGB
CMYK
RGB Variations
Color information
#EFE396 (or 0xEFE396) is known color: Khaki. HEX triplet: EF, E3 and 96. RGB value is (239,227,150). Sum of RGB (Red+Green+Blue) = 239+227+150=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE396 is #101C69. Grayscale: #DEDEDE. Windows color (decimal): -1055850 or 9888751. OLE color: 9888751.
HSL color Cylindrical-coordinate representation of color #EFE396: hue angle of 51.91º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFE396 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 150 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.06 |
| HSL | 51.91º | 0.74% | 0.76% | - |
| HSV(B) | 51.91º | 0.37% | 0.94% | - |
| XYZ | 68.57 | 75.49 | 39.81 | - |
| YUV | 221.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 150 | 0 | 0.05 | 0.37 | 0.06 | 51.91 | 0.74 | 0.76 |
| Hex | EF | E3 | 96 | 0 | 5 | 25 | 6 | 34 | 4A | 4C |
| Octal | 357 | 343 | 226 | 0 | 5 | 45 | 6 | 64 | 112 | 114 |
| Binary | 11101111 | 11100011 | 10010110 | 0 | 101 | 100101 | 110 | 110100 | 1001010 | 1001100 |
Color Harmonies of #EFE396
Complementary color
Monochromatic Colors of #EFE396
Black with #EFE396
Text Example
Text Example
White with #EFE396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE396; }
p { color: rgb(239,227,150); }
H1.HeaderClassName
{
color: #EFE396;
}
.AnyTagClassName
{
color: #EFE396;
}
</style>
background-color css
<style>
a { background-color: #EFE396; }
a { background-color: rgb(239,227,150); }
div.DivClassName
{
background-color: #EFE396;
}
.BgClassName
{
background-color: #EFE396;
}
</style>
border-color css
<style>
span { border-color: #EFE396; }
span { border-color: rgb(239,227,150); }
td.TdClassName
{
border-color: #EFE396;
}
.TagClassName
{
border-color: #EFE396;
}
</style>