Shades of Khaki #F1ED86
Tints of Khaki #F1ED86
RGB
CMYK
RGB Variations
Color information
#F1ED86 (or 0xF1ED86) is known color: Khaki. HEX triplet: F1, ED and 86. RGB value is (241,237,134). Sum of RGB (Red+Green+Blue) = 241+237+134=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED86 is #0E1279. Grayscale: #E2E2E2. Windows color (decimal): -922234 or 8842737. OLE color: 8842737.
HSL color Cylindrical-coordinate representation of color #F1ED86: hue angle of 57.76º 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 #F1ED86 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 134 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.05 |
| HSL | 57.76º | 0.79% | 0.74% | - |
| HSV(B) | 57.76º | 0.44% | 0.95% | - |
| XYZ | 70.86 | 80.99 | 34.45 | - |
| YUV | 226.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 134 | 0 | 0.02 | 0.44 | 0.05 | 57.76 | 0.79 | 0.74 |
| Hex | F1 | ED | 86 | 0 | 2 | 2C | 5 | 3A | 4F | 4A |
| Octal | 361 | 355 | 206 | 0 | 2 | 54 | 5 | 72 | 117 | 112 |
| Binary | 11110001 | 11101101 | 10000110 | 0 | 10 | 101100 | 101 | 111010 | 1001111 | 1001010 |
Color Harmonies of #F1ED86
Complementary color
Monochromatic Colors of #F1ED86
Black with #F1ED86
Text Example
Text Example
White with #F1ED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED86; }
p { color: rgb(241,237,134); }
H1.HeaderClassName
{
color: #F1ED86;
}
.AnyTagClassName
{
color: #F1ED86;
}
</style>
background-color css
<style>
a { background-color: #F1ED86; }
a { background-color: rgb(241,237,134); }
div.DivClassName
{
background-color: #F1ED86;
}
.BgClassName
{
background-color: #F1ED86;
}
</style>
border-color css
<style>
span { border-color: #F1ED86; }
span { border-color: rgb(241,237,134); }
td.TdClassName
{
border-color: #F1ED86;
}
.TagClassName
{
border-color: #F1ED86;
}
</style>