Shades of Khaki #F5EA8B
Tints of Khaki #F5EA8B
RGB
CMYK
RGB Variations
Color information
#F5EA8B (or 0xF5EA8B) is known color: Khaki. HEX triplet: F5, EA and 8B. RGB value is (245,234,139). Sum of RGB (Red+Green+Blue) = 245+234+139=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 139 (54.69% from 255 or 22.49% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EA8B is #0A1574. Grayscale: #E2E2E2. Windows color (decimal): -660853 or 9169653. OLE color: 9169653.
HSL color Cylindrical-coordinate representation of color #F5EA8B: hue angle of 53.77º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5EA8B is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 139 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.04 |
| HSL | 53.77º | 0.84% | 0.75% | - |
| HSV(B) | 53.77º | 0.43% | 0.96% | - |
| XYZ | 71.74 | 80.12 | 36.11 | - |
| YUV | 226.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 139 | 0 | 0.04 | 0.43 | 0.04 | 53.77 | 0.84 | 0.75 |
| Hex | F5 | EA | 8B | 0 | 4 | 2B | 4 | 36 | 54 | 4B |
| Octal | 365 | 352 | 213 | 0 | 4 | 53 | 4 | 66 | 124 | 113 |
| Binary | 11110101 | 11101010 | 10001011 | 0 | 100 | 101011 | 100 | 110110 | 1010100 | 1001011 |
Color Harmonies of #F5EA8B
Complementary color
Monochromatic Colors of #F5EA8B
Black with #F5EA8B
Text Example
Text Example
White with #F5EA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EA8B; }
p { color: rgb(245,234,139); }
H1.HeaderClassName
{
color: #F5EA8B;
}
.AnyTagClassName
{
color: #F5EA8B;
}
</style>
background-color css
<style>
a { background-color: #F5EA8B; }
a { background-color: rgb(245,234,139); }
div.DivClassName
{
background-color: #F5EA8B;
}
.BgClassName
{
background-color: #F5EA8B;
}
</style>
border-color css
<style>
span { border-color: #F5EA8B; }
span { border-color: rgb(245,234,139); }
td.TdClassName
{
border-color: #F5EA8B;
}
.TagClassName
{
border-color: #F5EA8B;
}
</style>