Shades of Khaki #EFE695
Tints of Khaki #EFE695
RGB
CMYK
RGB Variations
Color information
#EFE695 (or 0xEFE695) is known color: Khaki. HEX triplet: EF, E6 and 95. RGB value is (239,230,149). Sum of RGB (Red+Green+Blue) = 239+230+149=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE695 is #10196A. Grayscale: #DFDFDF. Windows color (decimal): -1055083 or 9823983. OLE color: 9823983.
HSL color Cylindrical-coordinate representation of color #EFE695: hue angle of 54º 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 #EFE695 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 149 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.06 |
| HSL | 54º | 0.74% | 0.76% | - |
| HSV(B) | 54º | 0.38% | 0.94% | - |
| XYZ | 69.32 | 77.11 | 39.66 | - |
| YUV | 223.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 149 | 0 | 0.04 | 0.38 | 0.06 | 54 | 0.74 | 0.76 |
| Hex | EF | E6 | 95 | 0 | 4 | 26 | 6 | 36 | 4A | 4C |
| Octal | 357 | 346 | 225 | 0 | 4 | 46 | 6 | 66 | 112 | 114 |
| Binary | 11101111 | 11100110 | 10010101 | 0 | 100 | 100110 | 110 | 110110 | 1001010 | 1001100 |
Color Harmonies of #EFE695
Complementary color
Monochromatic Colors of #EFE695
Black with #EFE695
Text Example
Text Example
White with #EFE695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE695; }
p { color: rgb(239,230,149); }
H1.HeaderClassName
{
color: #EFE695;
}
.AnyTagClassName
{
color: #EFE695;
}
</style>
background-color css
<style>
a { background-color: #EFE695; }
a { background-color: rgb(239,230,149); }
div.DivClassName
{
background-color: #EFE695;
}
.BgClassName
{
background-color: #EFE695;
}
</style>
border-color css
<style>
span { border-color: #EFE695; }
span { border-color: rgb(239,230,149); }
td.TdClassName
{
border-color: #EFE695;
}
.TagClassName
{
border-color: #EFE695;
}
</style>