Shades of Khaki #F8EE85
Tints of Khaki #F8EE85
RGB
CMYK
RGB Variations
Color information
#F8EE85 (or 0xF8EE85) is known color: Khaki. HEX triplet: F8, EE and 85. RGB value is (248,238,133). Sum of RGB (Red+Green+Blue) = 248+238+133=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 133 (52.34% from 255 or 21.49% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EE85 is #07117A. Grayscale: #E5E5E5. Windows color (decimal): -463227 or 8777464. OLE color: 8777464.
HSL color Cylindrical-coordinate representation of color #F8EE85: hue angle of 54.78º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8EE85 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 133 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.03 |
| HSL | 54.78º | 0.89% | 0.75% | - |
| HSV(B) | 54.78º | 0.46% | 0.97% | - |
| XYZ | 73.52 | 82.8 | 34.3 | - |
| YUV | 229.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 133 | 0 | 0.04 | 0.46 | 0.03 | 54.78 | 0.89 | 0.75 |
| Hex | F8 | EE | 85 | 0 | 4 | 2E | 3 | 37 | 59 | 4B |
| Octal | 370 | 356 | 205 | 0 | 4 | 56 | 3 | 67 | 131 | 113 |
| Binary | 11111000 | 11101110 | 10000101 | 0 | 100 | 101110 | 11 | 110111 | 1011001 | 1001011 |
Color Harmonies of #F8EE85
Complementary color
Monochromatic Colors of #F8EE85
Black with #F8EE85
Text Example
Text Example
White with #F8EE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EE85; }
p { color: rgb(248,238,133); }
H1.HeaderClassName
{
color: #F8EE85;
}
.AnyTagClassName
{
color: #F8EE85;
}
</style>
background-color css
<style>
a { background-color: #F8EE85; }
a { background-color: rgb(248,238,133); }
div.DivClassName
{
background-color: #F8EE85;
}
.BgClassName
{
background-color: #F8EE85;
}
</style>
border-color css
<style>
span { border-color: #F8EE85; }
span { border-color: rgb(248,238,133); }
td.TdClassName
{
border-color: #F8EE85;
}
.TagClassName
{
border-color: #F8EE85;
}
</style>