Shades of Khaki #EFE48C
Tints of Khaki #EFE48C
RGB
CMYK
RGB Variations
Color information
#EFE48C (or 0xEFE48C) is known color: Khaki. HEX triplet: EF, E4 and 8C. RGB value is (239,228,140). Sum of RGB (Red+Green+Blue) = 239+228+140=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE48C is #101B73. Grayscale: #DDDDDD. Windows color (decimal): -1055604 or 9233647. OLE color: 9233647.
HSL color Cylindrical-coordinate representation of color #EFE48C: hue angle of 53.33º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFE48C is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 140 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.06 |
| HSL | 53.33º | 0.76% | 0.74% | - |
| HSV(B) | 53.33º | 0.41% | 0.94% | - |
| XYZ | 68.07 | 75.73 | 35.84 | - |
| YUV | 221.26 | 82.14 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 140 | 0 | 0.05 | 0.41 | 0.06 | 53.33 | 0.76 | 0.74 |
| Hex | EF | E4 | 8C | 0 | 5 | 29 | 6 | 35 | 4C | 4A |
| Octal | 357 | 344 | 214 | 0 | 5 | 51 | 6 | 65 | 114 | 112 |
| Binary | 11101111 | 11100100 | 10001100 | 0 | 101 | 101001 | 110 | 110101 | 1001100 | 1001010 |
Color Harmonies of #EFE48C
Complementary color
Monochromatic Colors of #EFE48C
Black with #EFE48C
Text Example
Text Example
White with #EFE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE48C; }
p { color: rgb(239,228,140); }
H1.HeaderClassName
{
color: #EFE48C;
}
.AnyTagClassName
{
color: #EFE48C;
}
</style>
background-color css
<style>
a { background-color: #EFE48C; }
a { background-color: rgb(239,228,140); }
div.DivClassName
{
background-color: #EFE48C;
}
.BgClassName
{
background-color: #EFE48C;
}
</style>
border-color css
<style>
span { border-color: #EFE48C; }
span { border-color: rgb(239,228,140); }
td.TdClassName
{
border-color: #EFE48C;
}
.TagClassName
{
border-color: #EFE48C;
}
</style>