Shades of Khaki #F0E394
Tints of Khaki #F0E394
RGB
CMYK
RGB Variations
Color information
#F0E394 (or 0xF0E394) is known color: Khaki. HEX triplet: F0, E3 and 94. RGB value is (240,227,148). Sum of RGB (Red+Green+Blue) = 240+227+148=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 148 (58.20% from 255 or 24.07% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E394 is #0F1C6B. Grayscale: #DEDEDE. Windows color (decimal): -990316 or 9757680. OLE color: 9757680.
HSL color Cylindrical-coordinate representation of color #F0E394: hue angle of 51.52º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0E394 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 148 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.06 |
| HSL | 51.52º | 0.75% | 0.76% | - |
| HSV(B) | 51.52º | 0.38% | 0.94% | - |
| XYZ | 68.75 | 75.6 | 38.99 | - |
| YUV | 221.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 148 | 0 | 0.05 | 0.38 | 0.06 | 51.52 | 0.75 | 0.76 |
| Hex | F0 | E3 | 94 | 0 | 5 | 26 | 6 | 34 | 4B | 4C |
| Octal | 360 | 343 | 224 | 0 | 5 | 46 | 6 | 64 | 113 | 114 |
| Binary | 11110000 | 11100011 | 10010100 | 0 | 101 | 100110 | 110 | 110100 | 1001011 | 1001100 |
Color Harmonies of #F0E394
Complementary color
Monochromatic Colors of #F0E394
Black with #F0E394
Text Example
Text Example
White with #F0E394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E394; }
p { color: rgb(240,227,148); }
H1.HeaderClassName
{
color: #F0E394;
}
.AnyTagClassName
{
color: #F0E394;
}
</style>
background-color css
<style>
a { background-color: #F0E394; }
a { background-color: rgb(240,227,148); }
div.DivClassName
{
background-color: #F0E394;
}
.BgClassName
{
background-color: #F0E394;
}
</style>
border-color css
<style>
span { border-color: #F0E394; }
span { border-color: rgb(240,227,148); }
td.TdClassName
{
border-color: #F0E394;
}
.TagClassName
{
border-color: #F0E394;
}
</style>