Shades of Khaki #F0E68D
Tints of Khaki #F0E68D
RGB
CMYK
RGB Variations
Color information
#F0E68D (or 0xF0E68D) is known color: Khaki. HEX triplet: F0, E6 and 8D. RGB value is (240,230,141). Sum of RGB (Red+Green+Blue) = 240+230+141=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E68D is #0F1972. Grayscale: #DFDFDF. Windows color (decimal): -989555 or 9299696. OLE color: 9299696.
HSL color Cylindrical-coordinate representation of color #F0E68D: hue angle of 53.94º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0E68D is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 141 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.06 |
| HSL | 53.94º | 0.77% | 0.75% | - |
| HSV(B) | 53.94º | 0.41% | 0.94% | - |
| XYZ | 69.04 | 77.04 | 36.43 | - |
| YUV | 222.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 141 | 0 | 0.04 | 0.41 | 0.06 | 53.94 | 0.77 | 0.75 |
| Hex | F0 | E6 | 8D | 0 | 4 | 29 | 6 | 36 | 4D | 4B |
| Octal | 360 | 346 | 215 | 0 | 4 | 51 | 6 | 66 | 115 | 113 |
| Binary | 11110000 | 11100110 | 10001101 | 0 | 100 | 101001 | 110 | 110110 | 1001101 | 1001011 |
Color Harmonies of #F0E68D
Complementary color
Monochromatic Colors of #F0E68D
Black with #F0E68D
Text Example
Text Example
White with #F0E68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E68D; }
p { color: rgb(240,230,141); }
H1.HeaderClassName
{
color: #F0E68D;
}
.AnyTagClassName
{
color: #F0E68D;
}
</style>
background-color css
<style>
a { background-color: #F0E68D; }
a { background-color: rgb(240,230,141); }
div.DivClassName
{
background-color: #F0E68D;
}
.BgClassName
{
background-color: #F0E68D;
}
</style>
border-color css
<style>
span { border-color: #F0E68D; }
span { border-color: rgb(240,230,141); }
td.TdClassName
{
border-color: #F0E68D;
}
.TagClassName
{
border-color: #F0E68D;
}
</style>