Shades of Khaki #EFE28E
Tints of Khaki #EFE28E
RGB
CMYK
RGB Variations
Color information
#EFE28E (or 0xEFE28E) is known color: Khaki. HEX triplet: EF, E2 and 8E. RGB value is (239,226,142). Sum of RGB (Red+Green+Blue) = 239+226+142=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 142 (55.86% from 255 or 23.39% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE28E is #101D71. Grayscale: #DCDCDC. Windows color (decimal): -1056114 or 9364207. OLE color: 9364207.
HSL color Cylindrical-coordinate representation of color #EFE28E: hue angle of 51.96º 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 #EFE28E is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 142 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.06 |
| HSL | 51.96º | 0.75% | 0.75% | - |
| HSV(B) | 51.96º | 0.41% | 0.94% | - |
| XYZ | 67.68 | 74.7 | 36.44 | - |
| YUV | 220.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 142 | 0 | 0.05 | 0.41 | 0.06 | 51.96 | 0.75 | 0.75 |
| Hex | EF | E2 | 8E | 0 | 5 | 29 | 6 | 34 | 4B | 4B |
| Octal | 357 | 342 | 216 | 0 | 5 | 51 | 6 | 64 | 113 | 113 |
| Binary | 11101111 | 11100010 | 10001110 | 0 | 101 | 101001 | 110 | 110100 | 1001011 | 1001011 |
Color Harmonies of #EFE28E
Complementary color
Monochromatic Colors of #EFE28E
Black with #EFE28E
Text Example
Text Example
White with #EFE28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE28E; }
p { color: rgb(239,226,142); }
H1.HeaderClassName
{
color: #EFE28E;
}
.AnyTagClassName
{
color: #EFE28E;
}
</style>
background-color css
<style>
a { background-color: #EFE28E; }
a { background-color: rgb(239,226,142); }
div.DivClassName
{
background-color: #EFE28E;
}
.BgClassName
{
background-color: #EFE28E;
}
</style>
border-color css
<style>
span { border-color: #EFE28E; }
span { border-color: rgb(239,226,142); }
td.TdClassName
{
border-color: #EFE28E;
}
.TagClassName
{
border-color: #EFE28E;
}
</style>