Shades of Khaki #EFE48A
Tints of Khaki #EFE48A
RGB
CMYK
RGB Variations
Color information
#EFE48A (or 0xEFE48A) is known color: Khaki. HEX triplet: EF, E4 and 8A. RGB value is (239,228,138). Sum of RGB (Red+Green+Blue) = 239+228+138=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE48A is #101B75. Grayscale: #DDDDDD. Windows color (decimal): -1055606 or 9102575. OLE color: 9102575.
HSL color Cylindrical-coordinate representation of color #EFE48A: hue angle of 53.47º 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 #EFE48A is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 138 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.06 |
| HSL | 53.47º | 0.76% | 0.74% | - |
| HSV(B) | 53.47º | 0.42% | 0.94% | - |
| XYZ | 67.93 | 75.67 | 35.07 | - |
| YUV | 221.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 138 | 0 | 0.05 | 0.42 | 0.06 | 53.47 | 0.76 | 0.74 |
| Hex | EF | E4 | 8A | 0 | 5 | 2A | 6 | 35 | 4C | 4A |
| Octal | 357 | 344 | 212 | 0 | 5 | 52 | 6 | 65 | 114 | 112 |
| Binary | 11101111 | 11100100 | 10001010 | 0 | 101 | 101010 | 110 | 110101 | 1001100 | 1001010 |
Color Harmonies of #EFE48A
Complementary color
Monochromatic Colors of #EFE48A
Black with #EFE48A
Text Example
Text Example
White with #EFE48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE48A; }
p { color: rgb(239,228,138); }
H1.HeaderClassName
{
color: #EFE48A;
}
.AnyTagClassName
{
color: #EFE48A;
}
</style>
background-color css
<style>
a { background-color: #EFE48A; }
a { background-color: rgb(239,228,138); }
div.DivClassName
{
background-color: #EFE48A;
}
.BgClassName
{
background-color: #EFE48A;
}
</style>
border-color css
<style>
span { border-color: #EFE48A; }
span { border-color: rgb(239,228,138); }
td.TdClassName
{
border-color: #EFE48A;
}
.TagClassName
{
border-color: #EFE48A;
}
</style>