Shades of Khaki #F0EC8B
Tints of Khaki #F0EC8B
RGB
CMYK
RGB Variations
Color information
#F0EC8B (or 0xF0EC8B) is known color: Khaki. HEX triplet: F0, EC and 8B. RGB value is (240,236,139). Sum of RGB (Red+Green+Blue) = 240+236+139=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 139 (54.69% from 255 or 22.60% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC8B is #0F1374. Grayscale: #E2E2E2. Windows color (decimal): -988021 or 9170160. OLE color: 9170160.
HSL color Cylindrical-coordinate representation of color #F0EC8B: hue angle of 57.62º degrees, saturation: 0.77, 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 #F0EC8B is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 139 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.06 |
| HSL | 57.62º | 0.77% | 0.74% | - |
| HSV(B) | 57.62º | 0.42% | 0.94% | - |
| XYZ | 70.59 | 80.38 | 36.22 | - |
| YUV | 226.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 139 | 0 | 0.02 | 0.42 | 0.06 | 57.62 | 0.77 | 0.74 |
| Hex | F0 | EC | 8B | 0 | 2 | 2A | 6 | 3A | 4D | 4A |
| Octal | 360 | 354 | 213 | 0 | 2 | 52 | 6 | 72 | 115 | 112 |
| Binary | 11110000 | 11101100 | 10001011 | 0 | 10 | 101010 | 110 | 111010 | 1001101 | 1001010 |
Color Harmonies of #F0EC8B
Complementary color
Monochromatic Colors of #F0EC8B
Black with #F0EC8B
Text Example
Text Example
White with #F0EC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC8B; }
p { color: rgb(240,236,139); }
H1.HeaderClassName
{
color: #F0EC8B;
}
.AnyTagClassName
{
color: #F0EC8B;
}
</style>
background-color css
<style>
a { background-color: #F0EC8B; }
a { background-color: rgb(240,236,139); }
div.DivClassName
{
background-color: #F0EC8B;
}
.BgClassName
{
background-color: #F0EC8B;
}
</style>
border-color css
<style>
span { border-color: #F0EC8B; }
span { border-color: rgb(240,236,139); }
td.TdClassName
{
border-color: #F0EC8B;
}
.TagClassName
{
border-color: #F0EC8B;
}
</style>