Shades of Khaki #EFE68B
Tints of Khaki #EFE68B
RGB
CMYK
RGB Variations
Color information
#EFE68B (or 0xEFE68B) is known color: Khaki. HEX triplet: EF, E6 and 8B. RGB value is (239,230,139). Sum of RGB (Red+Green+Blue) = 239+230+139=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE68B is #101974. Grayscale: #DEDEDE. Windows color (decimal): -1055093 or 9168623. OLE color: 9168623.
HSL color Cylindrical-coordinate representation of color #EFE68B: hue angle of 54.6º 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 #EFE68B is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 139 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.06 |
| HSL | 54.6º | 0.76% | 0.74% | - |
| HSV(B) | 54.6º | 0.42% | 0.94% | - |
| XYZ | 68.55 | 76.81 | 35.64 | - |
| YUV | 222.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 139 | 0 | 0.04 | 0.42 | 0.06 | 54.6 | 0.76 | 0.74 |
| Hex | EF | E6 | 8B | 0 | 4 | 2A | 6 | 37 | 4C | 4A |
| Octal | 357 | 346 | 213 | 0 | 4 | 52 | 6 | 67 | 114 | 112 |
| Binary | 11101111 | 11100110 | 10001011 | 0 | 100 | 101010 | 110 | 110111 | 1001100 | 1001010 |
Color Harmonies of #EFE68B
Complementary color
Monochromatic Colors of #EFE68B
Black with #EFE68B
Text Example
Text Example
White with #EFE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE68B; }
p { color: rgb(239,230,139); }
H1.HeaderClassName
{
color: #EFE68B;
}
.AnyTagClassName
{
color: #EFE68B;
}
</style>
background-color css
<style>
a { background-color: #EFE68B; }
a { background-color: rgb(239,230,139); }
div.DivClassName
{
background-color: #EFE68B;
}
.BgClassName
{
background-color: #EFE68B;
}
</style>
border-color css
<style>
span { border-color: #EFE68B; }
span { border-color: rgb(239,230,139); }
td.TdClassName
{
border-color: #EFE68B;
}
.TagClassName
{
border-color: #EFE68B;
}
</style>