Shades of Khaki #EFE596
Tints of Khaki #EFE596
RGB
CMYK
RGB Variations
Color information
#EFE596 (or 0xEFE596) is known color: Khaki. HEX triplet: EF, E5 and 96. RGB value is (239,229,150). Sum of RGB (Red+Green+Blue) = 239+229+150=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE596 is #101A69. Grayscale: #DFDFDF. Windows color (decimal): -1055338 or 9889263. OLE color: 9889263.
HSL color Cylindrical-coordinate representation of color #EFE596: hue angle of 53.26º 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 #EFE596 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 150 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.06 |
| HSL | 53.26º | 0.74% | 0.76% | - |
| HSV(B) | 53.26º | 0.37% | 0.94% | - |
| XYZ | 69.12 | 76.59 | 39.99 | - |
| YUV | 222.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 150 | 0 | 0.04 | 0.37 | 0.06 | 53.26 | 0.74 | 0.76 |
| Hex | EF | E5 | 96 | 0 | 4 | 25 | 6 | 35 | 4A | 4C |
| Octal | 357 | 345 | 226 | 0 | 4 | 45 | 6 | 65 | 112 | 114 |
| Binary | 11101111 | 11100101 | 10010110 | 0 | 100 | 100101 | 110 | 110101 | 1001010 | 1001100 |
Color Harmonies of #EFE596
Complementary color
Monochromatic Colors of #EFE596
Black with #EFE596
Text Example
Text Example
White with #EFE596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE596; }
p { color: rgb(239,229,150); }
H1.HeaderClassName
{
color: #EFE596;
}
.AnyTagClassName
{
color: #EFE596;
}
</style>
background-color css
<style>
a { background-color: #EFE596; }
a { background-color: rgb(239,229,150); }
div.DivClassName
{
background-color: #EFE596;
}
.BgClassName
{
background-color: #EFE596;
}
</style>
border-color css
<style>
span { border-color: #EFE596; }
span { border-color: rgb(239,229,150); }
td.TdClassName
{
border-color: #EFE596;
}
.TagClassName
{
border-color: #EFE596;
}
</style>