Shades of Khaki #F5EA87
Tints of Khaki #F5EA87
RGB
CMYK
RGB Variations
Color information
#F5EA87 (or 0xF5EA87) is known color: Khaki. HEX triplet: F5, EA and 87. RGB value is (245,234,135). Sum of RGB (Red+Green+Blue) = 245+234+135=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 135 (53.12% from 255 or 21.99% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EA87 is #0A1578. Grayscale: #E2E2E2. Windows color (decimal): -660857 or 8907509. OLE color: 8907509.
HSL color Cylindrical-coordinate representation of color #F5EA87: hue angle of 54º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5EA87 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 135 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.04 |
| HSL | 54º | 0.85% | 0.75% | - |
| HSV(B) | 54º | 0.45% | 0.96% | - |
| XYZ | 71.45 | 80.01 | 34.6 | - |
| YUV | 226 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 135 | 0 | 0.04 | 0.45 | 0.04 | 54 | 0.85 | 0.75 |
| Hex | F5 | EA | 87 | 0 | 4 | 2D | 4 | 36 | 55 | 4B |
| Octal | 365 | 352 | 207 | 0 | 4 | 55 | 4 | 66 | 125 | 113 |
| Binary | 11110101 | 11101010 | 10000111 | 0 | 100 | 101101 | 100 | 110110 | 1010101 | 1001011 |
Color Harmonies of #F5EA87
Complementary color
Monochromatic Colors of #F5EA87
Black with #F5EA87
Text Example
Text Example
White with #F5EA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EA87; }
p { color: rgb(245,234,135); }
H1.HeaderClassName
{
color: #F5EA87;
}
.AnyTagClassName
{
color: #F5EA87;
}
</style>
background-color css
<style>
a { background-color: #F5EA87; }
a { background-color: rgb(245,234,135); }
div.DivClassName
{
background-color: #F5EA87;
}
.BgClassName
{
background-color: #F5EA87;
}
</style>
border-color css
<style>
span { border-color: #F5EA87; }
span { border-color: rgb(245,234,135); }
td.TdClassName
{
border-color: #F5EA87;
}
.TagClassName
{
border-color: #F5EA87;
}
</style>