Shades of Khaki #EFE88A
Tints of Khaki #EFE88A
RGB
CMYK
RGB Variations
Color information
#EFE88A (or 0xEFE88A) is known color: Khaki. HEX triplet: EF, E8 and 8A. RGB value is (239,232,138). Sum of RGB (Red+Green+Blue) = 239+232+138=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE88A is #101775. Grayscale: #DFDFDF. Windows color (decimal): -1054582 or 9103599. OLE color: 9103599.
HSL color Cylindrical-coordinate representation of color #EFE88A: hue angle of 55.84º 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 #EFE88A is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 138 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.06 |
| HSL | 55.84º | 0.76% | 0.74% | - |
| HSV(B) | 55.84º | 0.42% | 0.94% | - |
| XYZ | 69.04 | 77.9 | 35.44 | - |
| YUV | 223.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 138 | 0 | 0.03 | 0.42 | 0.06 | 55.84 | 0.76 | 0.74 |
| Hex | EF | E8 | 8A | 0 | 3 | 2A | 6 | 38 | 4C | 4A |
| Octal | 357 | 350 | 212 | 0 | 3 | 52 | 6 | 70 | 114 | 112 |
| Binary | 11101111 | 11101000 | 10001010 | 0 | 11 | 101010 | 110 | 111000 | 1001100 | 1001010 |
Color Harmonies of #EFE88A
Complementary color
Monochromatic Colors of #EFE88A
Black with #EFE88A
Text Example
Text Example
White with #EFE88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE88A; }
p { color: rgb(239,232,138); }
H1.HeaderClassName
{
color: #EFE88A;
}
.AnyTagClassName
{
color: #EFE88A;
}
</style>
background-color css
<style>
a { background-color: #EFE88A; }
a { background-color: rgb(239,232,138); }
div.DivClassName
{
background-color: #EFE88A;
}
.BgClassName
{
background-color: #EFE88A;
}
</style>
border-color css
<style>
span { border-color: #EFE88A; }
span { border-color: rgb(239,232,138); }
td.TdClassName
{
border-color: #EFE88A;
}
.TagClassName
{
border-color: #EFE88A;
}
</style>