Shades of Khaki #F1EE86
Tints of Khaki #F1EE86
RGB
CMYK
RGB Variations
Color information
#F1EE86 (or 0xF1EE86) is known color: Khaki. HEX triplet: F1, EE and 86. RGB value is (241,238,134). Sum of RGB (Red+Green+Blue) = 241+238+134=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 134 (52.73% from 255 or 21.86% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE86 is #0E1179. Grayscale: #E3E3E3. Windows color (decimal): -921978 or 8842993. OLE color: 8842993.
HSL color Cylindrical-coordinate representation of color #F1EE86: hue angle of 58.32º 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 #F1EE86 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 134 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.05 |
| HSL | 58.32º | 0.79% | 0.74% | - |
| HSV(B) | 58.32º | 0.44% | 0.95% | - |
| XYZ | 71.15 | 81.57 | 34.55 | - |
| YUV | 227.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 134 | 0 | 0.01 | 0.44 | 0.05 | 58.32 | 0.79 | 0.74 |
| Hex | F1 | EE | 86 | 0 | 1 | 2C | 5 | 3A | 4F | 4A |
| Octal | 361 | 356 | 206 | 0 | 1 | 54 | 5 | 72 | 117 | 112 |
| Binary | 11110001 | 11101110 | 10000110 | 0 | 1 | 101100 | 101 | 111010 | 1001111 | 1001010 |
Color Harmonies of #F1EE86
Complementary color
Monochromatic Colors of #F1EE86
Black with #F1EE86
Text Example
Text Example
White with #F1EE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE86; }
p { color: rgb(241,238,134); }
H1.HeaderClassName
{
color: #F1EE86;
}
.AnyTagClassName
{
color: #F1EE86;
}
</style>
background-color css
<style>
a { background-color: #F1EE86; }
a { background-color: rgb(241,238,134); }
div.DivClassName
{
background-color: #F1EE86;
}
.BgClassName
{
background-color: #F1EE86;
}
</style>
border-color css
<style>
span { border-color: #F1EE86; }
span { border-color: rgb(241,238,134); }
td.TdClassName
{
border-color: #F1EE86;
}
.TagClassName
{
border-color: #F1EE86;
}
</style>