Shades of Khaki #F0E48B
Tints of Khaki #F0E48B
RGB
CMYK
RGB Variations
Color information
#F0E48B (or 0xF0E48B) is known color: Khaki. HEX triplet: F0, E4 and 8B. RGB value is (240,228,139). Sum of RGB (Red+Green+Blue) = 240+228+139=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E48B is #0F1B74. Grayscale: #DDDDDD. Windows color (decimal): -990069 or 9168112. OLE color: 9168112.
HSL color Cylindrical-coordinate representation of color #F0E48B: hue angle of 52.87º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0E48B is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 139 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.06 |
| HSL | 52.87º | 0.77% | 0.74% | - |
| HSV(B) | 52.87º | 0.42% | 0.94% | - |
| XYZ | 68.34 | 75.88 | 35.47 | - |
| YUV | 221.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 139 | 0 | 0.05 | 0.42 | 0.06 | 52.87 | 0.77 | 0.74 |
| Hex | F0 | E4 | 8B | 0 | 5 | 2A | 6 | 35 | 4D | 4A |
| Octal | 360 | 344 | 213 | 0 | 5 | 52 | 6 | 65 | 115 | 112 |
| Binary | 11110000 | 11100100 | 10001011 | 0 | 101 | 101010 | 110 | 110101 | 1001101 | 1001010 |
Color Harmonies of #F0E48B
Complementary color
Monochromatic Colors of #F0E48B
Black with #F0E48B
Text Example
Text Example
White with #F0E48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E48B; }
p { color: rgb(240,228,139); }
H1.HeaderClassName
{
color: #F0E48B;
}
.AnyTagClassName
{
color: #F0E48B;
}
</style>
background-color css
<style>
a { background-color: #F0E48B; }
a { background-color: rgb(240,228,139); }
div.DivClassName
{
background-color: #F0E48B;
}
.BgClassName
{
background-color: #F0E48B;
}
</style>
border-color css
<style>
span { border-color: #F0E48B; }
span { border-color: rgb(240,228,139); }
td.TdClassName
{
border-color: #F0E48B;
}
.TagClassName
{
border-color: #F0E48B;
}
</style>