Shades of Khaki #EFEC8A
Tints of Khaki #EFEC8A
RGB
CMYK
RGB Variations
Color information
#EFEC8A (or 0xEFEC8A) is known color: Khaki. HEX triplet: EF, EC and 8A. RGB value is (239,236,138). Sum of RGB (Red+Green+Blue) = 239+236+138=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 138 (54.30% from 255 or 22.51% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC8A is #101375. Grayscale: #E2E2E2. Windows color (decimal): -1053558 or 9104623. OLE color: 9104623.
HSL color Cylindrical-coordinate representation of color #EFEC8A: hue angle of 58.22º 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 #EFEC8A is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 138 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.06 |
| HSL | 58.22º | 0.76% | 0.74% | - |
| HSV(B) | 58.22º | 0.42% | 0.94% | - |
| XYZ | 70.18 | 80.18 | 35.82 | - |
| YUV | 225.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 138 | 0 | 0.01 | 0.42 | 0.06 | 58.22 | 0.76 | 0.74 |
| Hex | EF | EC | 8A | 0 | 1 | 2A | 6 | 3A | 4C | 4A |
| Octal | 357 | 354 | 212 | 0 | 1 | 52 | 6 | 72 | 114 | 112 |
| Binary | 11101111 | 11101100 | 10001010 | 0 | 1 | 101010 | 110 | 111010 | 1001100 | 1001010 |
Color Harmonies of #EFEC8A
Complementary color
Monochromatic Colors of #EFEC8A
Black with #EFEC8A
Text Example
Text Example
White with #EFEC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC8A; }
p { color: rgb(239,236,138); }
H1.HeaderClassName
{
color: #EFEC8A;
}
.AnyTagClassName
{
color: #EFEC8A;
}
</style>
background-color css
<style>
a { background-color: #EFEC8A; }
a { background-color: rgb(239,236,138); }
div.DivClassName
{
background-color: #EFEC8A;
}
.BgClassName
{
background-color: #EFEC8A;
}
</style>
border-color css
<style>
span { border-color: #EFEC8A; }
span { border-color: rgb(239,236,138); }
td.TdClassName
{
border-color: #EFEC8A;
}
.TagClassName
{
border-color: #EFEC8A;
}
</style>