Shades of Khaki #EFE68F
Tints of Khaki #EFE68F
RGB
CMYK
RGB Variations
Color information
#EFE68F (or 0xEFE68F) is known color: Khaki. HEX triplet: EF, E6 and 8F. RGB value is (239,230,143). Sum of RGB (Red+Green+Blue) = 239+230+143=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 143 (56.25% from 255 or 23.37% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE68F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE68F is #101970. Grayscale: #DFDFDF. Windows color (decimal): -1055089 or 9430767. OLE color: 9430767.
HSL color Cylindrical-coordinate representation of color #EFE68F: hue angle of 54.38º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFE68F is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 143 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.06 |
| HSL | 54.38º | 0.75% | 0.75% | - |
| HSV(B) | 54.38º | 0.4% | 0.94% | - |
| XYZ | 68.85 | 76.93 | 37.21 | - |
| YUV | 222.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 143 | 0 | 0.04 | 0.40 | 0.06 | 54.38 | 0.75 | 0.75 |
| Hex | EF | E6 | 8F | 0 | 4 | 28 | 6 | 36 | 4B | 4B |
| Octal | 357 | 346 | 217 | 0 | 4 | 50 | 6 | 66 | 113 | 113 |
| Binary | 11101111 | 11100110 | 10001111 | 0 | 100 | 101000 | 110 | 110110 | 1001011 | 1001011 |
Color Harmonies of #EFE68F
Complementary color
Monochromatic Colors of #EFE68F
Black with #EFE68F
Text Example
Text Example
White with #EFE68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE68F; }
p { color: rgb(239,230,143); }
H1.HeaderClassName
{
color: #EFE68F;
}
.AnyTagClassName
{
color: #EFE68F;
}
</style>
background-color css
<style>
a { background-color: #EFE68F; }
a { background-color: rgb(239,230,143); }
div.DivClassName
{
background-color: #EFE68F;
}
.BgClassName
{
background-color: #EFE68F;
}
</style>
border-color css
<style>
span { border-color: #EFE68F; }
span { border-color: rgb(239,230,143); }
td.TdClassName
{
border-color: #EFE68F;
}
.TagClassName
{
border-color: #EFE68F;
}
</style>