Shades of Khaki #F1EC8E
Tints of Khaki #F1EC8E
RGB
CMYK
RGB Variations
Color information
#F1EC8E (or 0xF1EC8E) is known color: Khaki. HEX triplet: F1, EC and 8E. RGB value is (241,236,142). Sum of RGB (Red+Green+Blue) = 241+236+142=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 142 (55.86% from 255 or 22.94% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EC8E is #0E1371. Grayscale: #E3E3E3. Windows color (decimal): -922482 or 9366769. OLE color: 9366769.
HSL color Cylindrical-coordinate representation of color #F1EC8E: hue angle of 56.97º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1EC8E is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 142 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.05 |
| HSL | 56.97º | 0.78% | 0.75% | - |
| HSV(B) | 56.97º | 0.41% | 0.95% | - |
| XYZ | 71.15 | 80.64 | 37.41 | - |
| YUV | 226.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 142 | 0 | 0.02 | 0.41 | 0.05 | 56.97 | 0.78 | 0.75 |
| Hex | F1 | EC | 8E | 0 | 2 | 29 | 5 | 39 | 4E | 4B |
| Octal | 361 | 354 | 216 | 0 | 2 | 51 | 5 | 71 | 116 | 113 |
| Binary | 11110001 | 11101100 | 10001110 | 0 | 10 | 101001 | 101 | 111001 | 1001110 | 1001011 |
Color Harmonies of #F1EC8E
Complementary color
Monochromatic Colors of #F1EC8E
Black with #F1EC8E
Text Example
Text Example
White with #F1EC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC8E; }
p { color: rgb(241,236,142); }
H1.HeaderClassName
{
color: #F1EC8E;
}
.AnyTagClassName
{
color: #F1EC8E;
}
</style>
background-color css
<style>
a { background-color: #F1EC8E; }
a { background-color: rgb(241,236,142); }
div.DivClassName
{
background-color: #F1EC8E;
}
.BgClassName
{
background-color: #F1EC8E;
}
</style>
border-color css
<style>
span { border-color: #F1EC8E; }
span { border-color: rgb(241,236,142); }
td.TdClassName
{
border-color: #F1EC8E;
}
.TagClassName
{
border-color: #F1EC8E;
}
</style>