Shades of Khaki #EFE689
Tints of Khaki #EFE689
RGB
CMYK
RGB Variations
Color information
#EFE689 (or 0xEFE689) is known color: Khaki. HEX triplet: EF, E6 and 89. RGB value is (239,230,137). Sum of RGB (Red+Green+Blue) = 239+230+137=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 137 (53.91% from 255 or 22.61% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE689 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE689 is #101976. Grayscale: #DEDEDE. Windows color (decimal): -1055095 or 9037551. OLE color: 9037551.
HSL color Cylindrical-coordinate representation of color #EFE689: hue angle of 54.71º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFE689 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 137 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.06 |
| HSL | 54.71º | 0.76% | 0.74% | - |
| HSV(B) | 54.71º | 0.43% | 0.94% | - |
| XYZ | 68.41 | 76.75 | 34.88 | - |
| YUV | 222.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 137 | 0 | 0.04 | 0.43 | 0.06 | 54.71 | 0.76 | 0.74 |
| Hex | EF | E6 | 89 | 0 | 4 | 2B | 6 | 37 | 4C | 4A |
| Octal | 357 | 346 | 211 | 0 | 4 | 53 | 6 | 67 | 114 | 112 |
| Binary | 11101111 | 11100110 | 10001001 | 0 | 100 | 101011 | 110 | 110111 | 1001100 | 1001010 |
Color Harmonies of #EFE689
Complementary color
Monochromatic Colors of #EFE689
Black with #EFE689
Text Example
Text Example
White with #EFE689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE689; }
p { color: rgb(239,230,137); }
H1.HeaderClassName
{
color: #EFE689;
}
.AnyTagClassName
{
color: #EFE689;
}
</style>
background-color css
<style>
a { background-color: #EFE689; }
a { background-color: rgb(239,230,137); }
div.DivClassName
{
background-color: #EFE689;
}
.BgClassName
{
background-color: #EFE689;
}
</style>
border-color css
<style>
span { border-color: #EFE689; }
span { border-color: rgb(239,230,137); }
td.TdClassName
{
border-color: #EFE689;
}
.TagClassName
{
border-color: #EFE689;
}
</style>