Shades of Khaki #EFE98A
Tints of Khaki #EFE98A
RGB
CMYK
RGB Variations
Color information
#EFE98A (or 0xEFE98A) is known color: Khaki. HEX triplet: EF, E9 and 8A. RGB value is (239,233,138). Sum of RGB (Red+Green+Blue) = 239+233+138=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE98A is #101675. Grayscale: #E0E0E0. Windows color (decimal): -1054326 or 9103855. OLE color: 9103855.
HSL color Cylindrical-coordinate representation of color #EFE98A: hue angle of 56.44º 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 #EFE98A is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 138 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.06 |
| HSL | 56.44º | 0.76% | 0.74% | - |
| HSV(B) | 56.44º | 0.42% | 0.94% | - |
| XYZ | 69.32 | 78.46 | 35.54 | - |
| YUV | 223.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 138 | 0 | 0.03 | 0.42 | 0.06 | 56.44 | 0.76 | 0.74 |
| Hex | EF | E9 | 8A | 0 | 3 | 2A | 6 | 38 | 4C | 4A |
| Octal | 357 | 351 | 212 | 0 | 3 | 52 | 6 | 70 | 114 | 112 |
| Binary | 11101111 | 11101001 | 10001010 | 0 | 11 | 101010 | 110 | 111000 | 1001100 | 1001010 |
Color Harmonies of #EFE98A
Complementary color
Monochromatic Colors of #EFE98A
Black with #EFE98A
Text Example
Text Example
White with #EFE98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE98A; }
p { color: rgb(239,233,138); }
H1.HeaderClassName
{
color: #EFE98A;
}
.AnyTagClassName
{
color: #EFE98A;
}
</style>
background-color css
<style>
a { background-color: #EFE98A; }
a { background-color: rgb(239,233,138); }
div.DivClassName
{
background-color: #EFE98A;
}
.BgClassName
{
background-color: #EFE98A;
}
</style>
border-color css
<style>
span { border-color: #EFE98A; }
span { border-color: rgb(239,233,138); }
td.TdClassName
{
border-color: #EFE98A;
}
.TagClassName
{
border-color: #EFE98A;
}
</style>