Shades of Khaki #EFE68D
Tints of Khaki #EFE68D
RGB
CMYK
RGB Variations
Color information
#EFE68D (or 0xEFE68D) is known color: Khaki. HEX triplet: EF, E6 and 8D. RGB value is (239,230,141). Sum of RGB (Red+Green+Blue) = 239+230+141=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE68D is #101972. Grayscale: #DEDEDE. Windows color (decimal): -1055091 or 9299695. OLE color: 9299695.
HSL color Cylindrical-coordinate representation of color #EFE68D: hue angle of 54.49º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFE68D is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 141 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.06 |
| HSL | 54.49º | 0.75% | 0.75% | - |
| HSV(B) | 54.49º | 0.41% | 0.94% | - |
| XYZ | 68.7 | 76.87 | 36.42 | - |
| YUV | 222.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 141 | 0 | 0.04 | 0.41 | 0.06 | 54.49 | 0.75 | 0.75 |
| Hex | EF | E6 | 8D | 0 | 4 | 29 | 6 | 36 | 4B | 4B |
| Octal | 357 | 346 | 215 | 0 | 4 | 51 | 6 | 66 | 113 | 113 |
| Binary | 11101111 | 11100110 | 10001101 | 0 | 100 | 101001 | 110 | 110110 | 1001011 | 1001011 |
Color Harmonies of #EFE68D
Complementary color
Monochromatic Colors of #EFE68D
Black with #EFE68D
Text Example
Text Example
White with #EFE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE68D; }
p { color: rgb(239,230,141); }
H1.HeaderClassName
{
color: #EFE68D;
}
.AnyTagClassName
{
color: #EFE68D;
}
</style>
background-color css
<style>
a { background-color: #EFE68D; }
a { background-color: rgb(239,230,141); }
div.DivClassName
{
background-color: #EFE68D;
}
.BgClassName
{
background-color: #EFE68D;
}
</style>
border-color css
<style>
span { border-color: #EFE68D; }
span { border-color: rgb(239,230,141); }
td.TdClassName
{
border-color: #EFE68D;
}
.TagClassName
{
border-color: #EFE68D;
}
</style>