Shades of Khaki #F3EA91
Tints of Khaki #F3EA91
RGB
CMYK
RGB Variations
Color information
#F3EA91 (or 0xF3EA91) is known color: Khaki. HEX triplet: F3, EA and 91. RGB value is (243,234,145). Sum of RGB (Red+Green+Blue) = 243+234+145=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 145 (57.03% from 255 or 23.31% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EA91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EA91 is #0C156E. Grayscale: #E2E2E2. Windows color (decimal): -791919 or 9562867. OLE color: 9562867.
HSL color Cylindrical-coordinate representation of color #F3EA91: hue angle of 54.49º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F3EA91 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 234 | 145 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.05 |
| HSL | 54.49º | 0.8% | 0.76% | - |
| HSV(B) | 54.49º | 0.4% | 0.95% | - |
| XYZ | 71.5 | 79.94 | 38.45 | - |
| YUV | 226.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 234 | 145 | 0 | 0.04 | 0.40 | 0.05 | 54.49 | 0.8 | 0.76 |
| Hex | F3 | EA | 91 | 0 | 4 | 28 | 5 | 36 | 50 | 4C |
| Octal | 363 | 352 | 221 | 0 | 4 | 50 | 5 | 66 | 120 | 114 |
| Binary | 11110011 | 11101010 | 10010001 | 0 | 100 | 101000 | 101 | 110110 | 1010000 | 1001100 |
Color Harmonies of #F3EA91
Complementary color
Monochromatic Colors of #F3EA91
Black with #F3EA91
Text Example
Text Example
White with #F3EA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EA91; }
p { color: rgb(243,234,145); }
H1.HeaderClassName
{
color: #F3EA91;
}
.AnyTagClassName
{
color: #F3EA91;
}
</style>
background-color css
<style>
a { background-color: #F3EA91; }
a { background-color: rgb(243,234,145); }
div.DivClassName
{
background-color: #F3EA91;
}
.BgClassName
{
background-color: #F3EA91;
}
</style>
border-color css
<style>
span { border-color: #F3EA91; }
span { border-color: rgb(243,234,145); }
td.TdClassName
{
border-color: #F3EA91;
}
.TagClassName
{
border-color: #F3EA91;
}
</style>