Shades of Khaki #EFE888
Tints of Khaki #EFE888
RGB
CMYK
RGB Variations
Color information
#EFE888 (or 0xEFE888) is known color: Khaki. HEX triplet: EF, E8 and 88. RGB value is (239,232,136). Sum of RGB (Red+Green+Blue) = 239+232+136=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE888 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE888 is #101777. Grayscale: #DFDFDF. Windows color (decimal): -1054584 or 8972527. OLE color: 8972527.
HSL color Cylindrical-coordinate representation of color #EFE888: hue angle of 55.92º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFE888 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 136 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.06 |
| HSL | 55.92º | 0.76% | 0.74% | - |
| HSV(B) | 55.92º | 0.43% | 0.94% | - |
| XYZ | 68.9 | 77.84 | 34.69 | - |
| YUV | 223.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 136 | 0 | 0.03 | 0.43 | 0.06 | 55.92 | 0.76 | 0.74 |
| Hex | EF | E8 | 88 | 0 | 3 | 2B | 6 | 38 | 4C | 4A |
| Octal | 357 | 350 | 210 | 0 | 3 | 53 | 6 | 70 | 114 | 112 |
| Binary | 11101111 | 11101000 | 10001000 | 0 | 11 | 101011 | 110 | 111000 | 1001100 | 1001010 |
Color Harmonies of #EFE888
Complementary color
Monochromatic Colors of #EFE888
Black with #EFE888
Text Example
Text Example
White with #EFE888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE888; }
p { color: rgb(239,232,136); }
H1.HeaderClassName
{
color: #EFE888;
}
.AnyTagClassName
{
color: #EFE888;
}
</style>
background-color css
<style>
a { background-color: #EFE888; }
a { background-color: rgb(239,232,136); }
div.DivClassName
{
background-color: #EFE888;
}
.BgClassName
{
background-color: #EFE888;
}
</style>
border-color css
<style>
span { border-color: #EFE888; }
span { border-color: rgb(239,232,136); }
td.TdClassName
{
border-color: #EFE888;
}
.TagClassName
{
border-color: #EFE888;
}
</style>