Shades of Khaki #EFE08F
Tints of Khaki #EFE08F
RGB
CMYK
RGB Variations
Color information
#EFE08F (or 0xEFE08F) is known color: Khaki. HEX triplet: EF, E0 and 8F. RGB value is (239,224,143). Sum of RGB (Red+Green+Blue) = 239+224+143=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE08F is #101F70. Grayscale: #DBDBDB. Windows color (decimal): -1056625 or 9429231. OLE color: 9429231.
HSL color Cylindrical-coordinate representation of color #EFE08F: hue angle of 50.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFE08F is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 143 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.06 |
| HSL | 50.63º | 0.75% | 0.75% | - |
| HSV(B) | 50.63º | 0.4% | 0.94% | - |
| XYZ | 67.21 | 73.65 | 36.66 | - |
| YUV | 219.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 143 | 0 | 0.06 | 0.40 | 0.06 | 50.63 | 0.75 | 0.75 |
| Hex | EF | E0 | 8F | 0 | 6 | 28 | 6 | 33 | 4B | 4B |
| Octal | 357 | 340 | 217 | 0 | 6 | 50 | 6 | 63 | 113 | 113 |
| Binary | 11101111 | 11100000 | 10001111 | 0 | 110 | 101000 | 110 | 110011 | 1001011 | 1001011 |
Color Harmonies of #EFE08F
Complementary color
Monochromatic Colors of #EFE08F
Black with #EFE08F
Text Example
Text Example
White with #EFE08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE08F; }
p { color: rgb(239,224,143); }
H1.HeaderClassName
{
color: #EFE08F;
}
.AnyTagClassName
{
color: #EFE08F;
}
</style>
background-color css
<style>
a { background-color: #EFE08F; }
a { background-color: rgb(239,224,143); }
div.DivClassName
{
background-color: #EFE08F;
}
.BgClassName
{
background-color: #EFE08F;
}
</style>
border-color css
<style>
span { border-color: #EFE08F; }
span { border-color: rgb(239,224,143); }
td.TdClassName
{
border-color: #EFE08F;
}
.TagClassName
{
border-color: #EFE08F;
}
</style>