Shades of Khaki #EFE88B
Tints of Khaki #EFE88B
RGB
CMYK
RGB Variations
Color information
#EFE88B (or 0xEFE88B) is known color: Khaki. HEX triplet: EF, E8 and 8B. RGB value is (239,232,139). Sum of RGB (Red+Green+Blue) = 239+232+139=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 139 (54.69% from 255 or 22.79% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE88B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE88B is #101774. Grayscale: #DFDFDF. Windows color (decimal): -1054581 or 9169135. OLE color: 9169135.
HSL color Cylindrical-coordinate representation of color #EFE88B: hue angle of 55.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFE88B is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 139 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.06 |
| HSL | 55.8º | 0.76% | 0.74% | - |
| HSV(B) | 55.8º | 0.42% | 0.94% | - |
| XYZ | 69.11 | 77.93 | 35.83 | - |
| YUV | 223.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 139 | 0 | 0.03 | 0.42 | 0.06 | 55.8 | 0.76 | 0.74 |
| Hex | EF | E8 | 8B | 0 | 3 | 2A | 6 | 38 | 4C | 4A |
| Octal | 357 | 350 | 213 | 0 | 3 | 52 | 6 | 70 | 114 | 112 |
| Binary | 11101111 | 11101000 | 10001011 | 0 | 11 | 101010 | 110 | 111000 | 1001100 | 1001010 |
Color Harmonies of #EFE88B
Complementary color
Monochromatic Colors of #EFE88B
Black with #EFE88B
Text Example
Text Example
White with #EFE88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE88B; }
p { color: rgb(239,232,139); }
H1.HeaderClassName
{
color: #EFE88B;
}
.AnyTagClassName
{
color: #EFE88B;
}
</style>
background-color css
<style>
a { background-color: #EFE88B; }
a { background-color: rgb(239,232,139); }
div.DivClassName
{
background-color: #EFE88B;
}
.BgClassName
{
background-color: #EFE88B;
}
</style>
border-color css
<style>
span { border-color: #EFE88B; }
span { border-color: rgb(239,232,139); }
td.TdClassName
{
border-color: #EFE88B;
}
.TagClassName
{
border-color: #EFE88B;
}
</style>