Shades of Khaki #EFED8A
Tints of Khaki #EFED8A
RGB
CMYK
RGB Variations
Color information
#EFED8A (or 0xEFED8A) is known color: Khaki. HEX triplet: EF, ED and 8A. RGB value is (239,237,138). Sum of RGB (Red+Green+Blue) = 239+237+138=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFED8A is #101275. Grayscale: #E2E2E2. Windows color (decimal): -1053302 or 9104879. OLE color: 9104879.
HSL color Cylindrical-coordinate representation of color #EFED8A: hue angle of 58.81º 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 #EFED8A is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 138 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.06 |
| HSL | 58.81º | 0.76% | 0.74% | - |
| HSV(B) | 58.81º | 0.42% | 0.94% | - |
| XYZ | 70.47 | 80.75 | 35.92 | - |
| YUV | 226.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 138 | 0 | 0.01 | 0.42 | 0.06 | 58.81 | 0.76 | 0.74 |
| Hex | EF | ED | 8A | 0 | 1 | 2A | 6 | 3B | 4C | 4A |
| Octal | 357 | 355 | 212 | 0 | 1 | 52 | 6 | 73 | 114 | 112 |
| Binary | 11101111 | 11101101 | 10001010 | 0 | 1 | 101010 | 110 | 111011 | 1001100 | 1001010 |
Color Harmonies of #EFED8A
Complementary color
Monochromatic Colors of #EFED8A
Black with #EFED8A
Text Example
Text Example
White with #EFED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED8A; }
p { color: rgb(239,237,138); }
H1.HeaderClassName
{
color: #EFED8A;
}
.AnyTagClassName
{
color: #EFED8A;
}
</style>
background-color css
<style>
a { background-color: #EFED8A; }
a { background-color: rgb(239,237,138); }
div.DivClassName
{
background-color: #EFED8A;
}
.BgClassName
{
background-color: #EFED8A;
}
</style>
border-color css
<style>
span { border-color: #EFED8A; }
span { border-color: rgb(239,237,138); }
td.TdClassName
{
border-color: #EFED8A;
}
.TagClassName
{
border-color: #EFED8A;
}
</style>