Shades of Khaki #F1E888
Tints of Khaki #F1E888
RGB
CMYK
RGB Variations
Color information
#F1E888 (or 0xF1E888) is known color: Khaki. HEX triplet: F1, E8 and 88. RGB value is (241,232,136). Sum of RGB (Red+Green+Blue) = 241+232+136=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 136 (53.52% from 255 or 22.33% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E888 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E888 is #0E1777. Grayscale: #E0E0E0. Windows color (decimal): -923512 or 8972529. OLE color: 8972529.
HSL color Cylindrical-coordinate representation of color #F1E888: hue angle of 54.86º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1E888 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 136 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.05 |
| HSL | 54.86º | 0.79% | 0.74% | - |
| HSV(B) | 54.86º | 0.44% | 0.95% | - |
| XYZ | 69.58 | 78.19 | 34.72 | - |
| YUV | 223.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 136 | 0 | 0.04 | 0.44 | 0.05 | 54.86 | 0.79 | 0.74 |
| Hex | F1 | E8 | 88 | 0 | 4 | 2C | 5 | 37 | 4F | 4A |
| Octal | 361 | 350 | 210 | 0 | 4 | 54 | 5 | 67 | 117 | 112 |
| Binary | 11110001 | 11101000 | 10001000 | 0 | 100 | 101100 | 101 | 110111 | 1001111 | 1001010 |
Color Harmonies of #F1E888
Complementary color
Monochromatic Colors of #F1E888
Black with #F1E888
Text Example
Text Example
White with #F1E888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E888; }
p { color: rgb(241,232,136); }
H1.HeaderClassName
{
color: #F1E888;
}
.AnyTagClassName
{
color: #F1E888;
}
</style>
background-color css
<style>
a { background-color: #F1E888; }
a { background-color: rgb(241,232,136); }
div.DivClassName
{
background-color: #F1E888;
}
.BgClassName
{
background-color: #F1E888;
}
</style>
border-color css
<style>
span { border-color: #F1E888; }
span { border-color: rgb(241,232,136); }
td.TdClassName
{
border-color: #F1E888;
}
.TagClassName
{
border-color: #F1E888;
}
</style>