Shades of Khaki #F5EA8A
Tints of Khaki #F5EA8A
RGB
CMYK
RGB Variations
Color information
#F5EA8A (or 0xF5EA8A) is known color: Khaki. HEX triplet: F5, EA and 8A. RGB value is (245,234,138). Sum of RGB (Red+Green+Blue) = 245+234+138=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EA8A is #0A1575. Grayscale: #E2E2E2. Windows color (decimal): -660854 or 9104117. OLE color: 9104117.
HSL color Cylindrical-coordinate representation of color #F5EA8A: hue angle of 53.83º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5EA8A is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 138 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.04 |
| HSL | 53.83º | 0.84% | 0.75% | - |
| HSV(B) | 53.83º | 0.44% | 0.96% | - |
| XYZ | 71.67 | 80.09 | 35.73 | - |
| YUV | 226.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 138 | 0 | 0.04 | 0.44 | 0.04 | 53.83 | 0.84 | 0.75 |
| Hex | F5 | EA | 8A | 0 | 4 | 2C | 4 | 36 | 54 | 4B |
| Octal | 365 | 352 | 212 | 0 | 4 | 54 | 4 | 66 | 124 | 113 |
| Binary | 11110101 | 11101010 | 10001010 | 0 | 100 | 101100 | 100 | 110110 | 1010100 | 1001011 |
Color Harmonies of #F5EA8A
Complementary color
Monochromatic Colors of #F5EA8A
Black with #F5EA8A
Text Example
Text Example
White with #F5EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EA8A; }
p { color: rgb(245,234,138); }
H1.HeaderClassName
{
color: #F5EA8A;
}
.AnyTagClassName
{
color: #F5EA8A;
}
</style>
background-color css
<style>
a { background-color: #F5EA8A; }
a { background-color: rgb(245,234,138); }
div.DivClassName
{
background-color: #F5EA8A;
}
.BgClassName
{
background-color: #F5EA8A;
}
</style>
border-color css
<style>
span { border-color: #F5EA8A; }
span { border-color: rgb(245,234,138); }
td.TdClassName
{
border-color: #F5EA8A;
}
.TagClassName
{
border-color: #F5EA8A;
}
</style>