Shades of Khaki #F1EE8A
Tints of Khaki #F1EE8A
RGB
CMYK
RGB Variations
Color information
#F1EE8A (or 0xF1EE8A) is known color: Khaki. HEX triplet: F1, EE and 8A. RGB value is (241,238,138). Sum of RGB (Red+Green+Blue) = 241+238+138=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE8A is #0E1175. Grayscale: #E3E3E3. Windows color (decimal): -921974 or 9105137. OLE color: 9105137.
HSL color Cylindrical-coordinate representation of color #F1EE8A: hue angle of 58.25º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1EE8A is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 138 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.05 |
| HSL | 58.25º | 0.79% | 0.74% | - |
| HSV(B) | 58.25º | 0.43% | 0.95% | - |
| XYZ | 71.44 | 81.68 | 36.05 | - |
| YUV | 227.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 138 | 0 | 0.01 | 0.43 | 0.05 | 58.25 | 0.79 | 0.74 |
| Hex | F1 | EE | 8A | 0 | 1 | 2B | 5 | 3A | 4F | 4A |
| Octal | 361 | 356 | 212 | 0 | 1 | 53 | 5 | 72 | 117 | 112 |
| Binary | 11110001 | 11101110 | 10001010 | 0 | 1 | 101011 | 101 | 111010 | 1001111 | 1001010 |
Color Harmonies of #F1EE8A
Complementary color
Monochromatic Colors of #F1EE8A
Black with #F1EE8A
Text Example
Text Example
White with #F1EE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE8A; }
p { color: rgb(241,238,138); }
H1.HeaderClassName
{
color: #F1EE8A;
}
.AnyTagClassName
{
color: #F1EE8A;
}
</style>
background-color css
<style>
a { background-color: #F1EE8A; }
a { background-color: rgb(241,238,138); }
div.DivClassName
{
background-color: #F1EE8A;
}
.BgClassName
{
background-color: #F1EE8A;
}
</style>
border-color css
<style>
span { border-color: #F1EE8A; }
span { border-color: rgb(241,238,138); }
td.TdClassName
{
border-color: #F1EE8A;
}
.TagClassName
{
border-color: #F1EE8A;
}
</style>