Shades of Khaki #EFE88C
Tints of Khaki #EFE88C
RGB
CMYK
RGB Variations
Color information
#EFE88C (or 0xEFE88C) is known color: Khaki. HEX triplet: EF, E8 and 8C. RGB value is (239,232,140). Sum of RGB (Red+Green+Blue) = 239+232+140=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE88C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE88C is #101773. Grayscale: #DFDFDF. Windows color (decimal): -1054580 or 9234671. OLE color: 9234671.
HSL color Cylindrical-coordinate representation of color #EFE88C: hue angle of 55.76º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFE88C is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 140 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.06 |
| HSL | 55.76º | 0.76% | 0.74% | - |
| HSV(B) | 55.76º | 0.41% | 0.94% | - |
| XYZ | 69.19 | 77.96 | 36.21 | - |
| YUV | 223.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 140 | 0 | 0.03 | 0.41 | 0.06 | 55.76 | 0.76 | 0.74 |
| Hex | EF | E8 | 8C | 0 | 3 | 29 | 6 | 38 | 4C | 4A |
| Octal | 357 | 350 | 214 | 0 | 3 | 51 | 6 | 70 | 114 | 112 |
| Binary | 11101111 | 11101000 | 10001100 | 0 | 11 | 101001 | 110 | 111000 | 1001100 | 1001010 |
Color Harmonies of #EFE88C
Complementary color
Monochromatic Colors of #EFE88C
Black with #EFE88C
Text Example
Text Example
White with #EFE88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE88C; }
p { color: rgb(239,232,140); }
H1.HeaderClassName
{
color: #EFE88C;
}
.AnyTagClassName
{
color: #EFE88C;
}
</style>
background-color css
<style>
a { background-color: #EFE88C; }
a { background-color: rgb(239,232,140); }
div.DivClassName
{
background-color: #EFE88C;
}
.BgClassName
{
background-color: #EFE88C;
}
</style>
border-color css
<style>
span { border-color: #EFE88C; }
span { border-color: rgb(239,232,140); }
td.TdClassName
{
border-color: #EFE88C;
}
.TagClassName
{
border-color: #EFE88C;
}
</style>