Shades of Khaki #F1EC90
Tints of Khaki #F1EC90
RGB
CMYK
RGB Variations
Color information
#F1EC90 (or 0xF1EC90) is known color: Khaki. HEX triplet: F1, EC and 90. RGB value is (241,236,144). Sum of RGB (Red+Green+Blue) = 241+236+144=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 144 (56.64% from 255 or 23.19% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EC90 is #0E136F. Grayscale: #E3E3E3. Windows color (decimal): -922480 or 9497841. OLE color: 9497841.
HSL color Cylindrical-coordinate representation of color #F1EC90: hue angle of 56.91º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1EC90 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 144 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.05 |
| HSL | 56.91º | 0.78% | 0.75% | - |
| HSV(B) | 56.91º | 0.4% | 0.95% | - |
| XYZ | 71.31 | 80.71 | 38.21 | - |
| YUV | 227.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 144 | 0 | 0.02 | 0.40 | 0.05 | 56.91 | 0.78 | 0.75 |
| Hex | F1 | EC | 90 | 0 | 2 | 28 | 5 | 39 | 4E | 4B |
| Octal | 361 | 354 | 220 | 0 | 2 | 50 | 5 | 71 | 116 | 113 |
| Binary | 11110001 | 11101100 | 10010000 | 0 | 10 | 101000 | 101 | 111001 | 1001110 | 1001011 |
Color Harmonies of #F1EC90
Complementary color
Monochromatic Colors of #F1EC90
Black with #F1EC90
Text Example
Text Example
White with #F1EC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC90; }
p { color: rgb(241,236,144); }
H1.HeaderClassName
{
color: #F1EC90;
}
.AnyTagClassName
{
color: #F1EC90;
}
</style>
background-color css
<style>
a { background-color: #F1EC90; }
a { background-color: rgb(241,236,144); }
div.DivClassName
{
background-color: #F1EC90;
}
.BgClassName
{
background-color: #F1EC90;
}
</style>
border-color css
<style>
span { border-color: #F1EC90; }
span { border-color: rgb(241,236,144); }
td.TdClassName
{
border-color: #F1EC90;
}
.TagClassName
{
border-color: #F1EC90;
}
</style>