Shades of Khaki #F5EA8D
Tints of Khaki #F5EA8D
RGB
CMYK
RGB Variations
Color information
#F5EA8D (or 0xF5EA8D) is known color: Khaki. HEX triplet: F5, EA and 8D. RGB value is (245,234,141). Sum of RGB (Red+Green+Blue) = 245+234+141=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 141 (55.47% from 255 or 22.74% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EA8D is #0A1572. Grayscale: #E3E3E3. Windows color (decimal): -660851 or 9300725. OLE color: 9300725.
HSL color Cylindrical-coordinate representation of color #F5EA8D: hue angle of 53.65º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5EA8D is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 141 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.04 |
| HSL | 53.65º | 0.84% | 0.76% | - |
| HSV(B) | 53.65º | 0.42% | 0.96% | - |
| XYZ | 71.89 | 80.18 | 36.89 | - |
| YUV | 226.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 141 | 0 | 0.04 | 0.42 | 0.04 | 53.65 | 0.84 | 0.76 |
| Hex | F5 | EA | 8D | 0 | 4 | 2A | 4 | 36 | 54 | 4C |
| Octal | 365 | 352 | 215 | 0 | 4 | 52 | 4 | 66 | 124 | 114 |
| Binary | 11110101 | 11101010 | 10001101 | 0 | 100 | 101010 | 100 | 110110 | 1010100 | 1001100 |
Color Harmonies of #F5EA8D
Complementary color
Monochromatic Colors of #F5EA8D
Black with #F5EA8D
Text Example
Text Example
White with #F5EA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EA8D; }
p { color: rgb(245,234,141); }
H1.HeaderClassName
{
color: #F5EA8D;
}
.AnyTagClassName
{
color: #F5EA8D;
}
</style>
background-color css
<style>
a { background-color: #F5EA8D; }
a { background-color: rgb(245,234,141); }
div.DivClassName
{
background-color: #F5EA8D;
}
.BgClassName
{
background-color: #F5EA8D;
}
</style>
border-color css
<style>
span { border-color: #F5EA8D; }
span { border-color: rgb(245,234,141); }
td.TdClassName
{
border-color: #F5EA8D;
}
.TagClassName
{
border-color: #F5EA8D;
}
</style>