Shades of Khaki #EFE38D
Tints of Khaki #EFE38D
RGB
CMYK
RGB Variations
Color information
#EFE38D (or 0xEFE38D) is known color: Khaki. HEX triplet: EF, E3 and 8D. RGB value is (239,227,141). Sum of RGB (Red+Green+Blue) = 239+227+141=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE38D is #101C72. Grayscale: #DDDDDD. Windows color (decimal): -1055859 or 9298927. OLE color: 9298927.
HSL color Cylindrical-coordinate representation of color #EFE38D: hue angle of 52.65º 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 #EFE38D is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 141 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.06 |
| HSL | 52.65º | 0.75% | 0.75% | - |
| HSV(B) | 52.65º | 0.41% | 0.94% | - |
| XYZ | 67.87 | 75.21 | 36.14 | - |
| YUV | 220.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 141 | 0 | 0.05 | 0.41 | 0.06 | 52.65 | 0.75 | 0.75 |
| Hex | EF | E3 | 8D | 0 | 5 | 29 | 6 | 35 | 4B | 4B |
| Octal | 357 | 343 | 215 | 0 | 5 | 51 | 6 | 65 | 113 | 113 |
| Binary | 11101111 | 11100011 | 10001101 | 0 | 101 | 101001 | 110 | 110101 | 1001011 | 1001011 |
Color Harmonies of #EFE38D
Complementary color
Monochromatic Colors of #EFE38D
Black with #EFE38D
Text Example
Text Example
White with #EFE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE38D; }
p { color: rgb(239,227,141); }
H1.HeaderClassName
{
color: #EFE38D;
}
.AnyTagClassName
{
color: #EFE38D;
}
</style>
background-color css
<style>
a { background-color: #EFE38D; }
a { background-color: rgb(239,227,141); }
div.DivClassName
{
background-color: #EFE38D;
}
.BgClassName
{
background-color: #EFE38D;
}
</style>
border-color css
<style>
span { border-color: #EFE38D; }
span { border-color: rgb(239,227,141); }
td.TdClassName
{
border-color: #EFE38D;
}
.TagClassName
{
border-color: #EFE38D;
}
</style>