Shades of Khaki #EFEA94
Tints of Khaki #EFEA94
RGB
CMYK
RGB Variations
Color information
#EFEA94 (or 0xEFEA94) is known color: Khaki. HEX triplet: EF, EA and 94. RGB value is (239,234,148). Sum of RGB (Red+Green+Blue) = 239+234+148=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 148 (58.20% from 255 or 23.83% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA94 is #10156B. Grayscale: #E2E2E2. Windows color (decimal): -1054060 or 9759471. OLE color: 9759471.
HSL color Cylindrical-coordinate representation of color #EFEA94: hue angle of 56.7º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFEA94 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 148 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.06 |
| HSL | 56.7º | 0.74% | 0.76% | - |
| HSV(B) | 56.7º | 0.38% | 0.94% | - |
| XYZ | 70.36 | 79.33 | 39.62 | - |
| YUV | 225.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 148 | 0 | 0.02 | 0.38 | 0.06 | 56.7 | 0.74 | 0.76 |
| Hex | EF | EA | 94 | 0 | 2 | 26 | 6 | 39 | 4A | 4C |
| Octal | 357 | 352 | 224 | 0 | 2 | 46 | 6 | 71 | 112 | 114 |
| Binary | 11101111 | 11101010 | 10010100 | 0 | 10 | 100110 | 110 | 111001 | 1001010 | 1001100 |
Color Harmonies of #EFEA94
Complementary color
Monochromatic Colors of #EFEA94
Black with #EFEA94
Text Example
Text Example
White with #EFEA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA94; }
p { color: rgb(239,234,148); }
H1.HeaderClassName
{
color: #EFEA94;
}
.AnyTagClassName
{
color: #EFEA94;
}
</style>
background-color css
<style>
a { background-color: #EFEA94; }
a { background-color: rgb(239,234,148); }
div.DivClassName
{
background-color: #EFEA94;
}
.BgClassName
{
background-color: #EFEA94;
}
</style>
border-color css
<style>
span { border-color: #EFEA94; }
span { border-color: rgb(239,234,148); }
td.TdClassName
{
border-color: #EFEA94;
}
.TagClassName
{
border-color: #EFEA94;
}
</style>