Shades of Khaki #EFE796
Tints of Khaki #EFE796
RGB
CMYK
RGB Variations
Color information
#EFE796 (or 0xEFE796) is known color: Khaki. HEX triplet: EF, E7 and 96. RGB value is (239,231,150). Sum of RGB (Red+Green+Blue) = 239+231+150=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE796 is #101869. Grayscale: #E0E0E0. Windows color (decimal): -1054826 or 9889775. OLE color: 9889775.
HSL color Cylindrical-coordinate representation of color #EFE796: hue angle of 54.61º 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 #EFE796 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 150 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.06 |
| HSL | 54.61º | 0.74% | 0.76% | - |
| HSV(B) | 54.61º | 0.37% | 0.94% | - |
| XYZ | 69.68 | 77.7 | 40.18 | - |
| YUV | 224.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 150 | 0 | 0.03 | 0.37 | 0.06 | 54.61 | 0.74 | 0.76 |
| Hex | EF | E7 | 96 | 0 | 3 | 25 | 6 | 37 | 4A | 4C |
| Octal | 357 | 347 | 226 | 0 | 3 | 45 | 6 | 67 | 112 | 114 |
| Binary | 11101111 | 11100111 | 10010110 | 0 | 11 | 100101 | 110 | 110111 | 1001010 | 1001100 |
Color Harmonies of #EFE796
Complementary color
Monochromatic Colors of #EFE796
Black with #EFE796
Text Example
Text Example
White with #EFE796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE796; }
p { color: rgb(239,231,150); }
H1.HeaderClassName
{
color: #EFE796;
}
.AnyTagClassName
{
color: #EFE796;
}
</style>
background-color css
<style>
a { background-color: #EFE796; }
a { background-color: rgb(239,231,150); }
div.DivClassName
{
background-color: #EFE796;
}
.BgClassName
{
background-color: #EFE796;
}
</style>
border-color css
<style>
span { border-color: #EFE796; }
span { border-color: rgb(239,231,150); }
td.TdClassName
{
border-color: #EFE796;
}
.TagClassName
{
border-color: #EFE796;
}
</style>