Shades of Khaki #F2E78E
Tints of Khaki #F2E78E
RGB
CMYK
RGB Variations
Color information
#F2E78E (or 0xF2E78E) is known color: Khaki. HEX triplet: F2, E7 and 8E. RGB value is (242,231,142). Sum of RGB (Red+Green+Blue) = 242+231+142=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 142 (55.86% from 255 or 23.09% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E78E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E78E is #0D1871. Grayscale: #E0E0E0. Windows color (decimal): -858226 or 9365490. OLE color: 9365490.
HSL color Cylindrical-coordinate representation of color #F2E78E: hue angle of 53.4º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2E78E is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 142 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.05 |
| HSL | 53.4º | 0.79% | 0.75% | - |
| HSV(B) | 53.4º | 0.41% | 0.95% | - |
| XYZ | 70.08 | 77.98 | 36.95 | - |
| YUV | 224.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 142 | 0 | 0.05 | 0.41 | 0.05 | 53.4 | 0.79 | 0.75 |
| Hex | F2 | E7 | 8E | 0 | 5 | 29 | 5 | 35 | 4F | 4B |
| Octal | 362 | 347 | 216 | 0 | 5 | 51 | 5 | 65 | 117 | 113 |
| Binary | 11110010 | 11100111 | 10001110 | 0 | 101 | 101001 | 101 | 110101 | 1001111 | 1001011 |
Color Harmonies of #F2E78E
Complementary color
Monochromatic Colors of #F2E78E
Black with #F2E78E
Text Example
Text Example
White with #F2E78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E78E; }
p { color: rgb(242,231,142); }
H1.HeaderClassName
{
color: #F2E78E;
}
.AnyTagClassName
{
color: #F2E78E;
}
</style>
background-color css
<style>
a { background-color: #F2E78E; }
a { background-color: rgb(242,231,142); }
div.DivClassName
{
background-color: #F2E78E;
}
.BgClassName
{
background-color: #F2E78E;
}
</style>
border-color css
<style>
span { border-color: #F2E78E; }
span { border-color: rgb(242,231,142); }
td.TdClassName
{
border-color: #F2E78E;
}
.TagClassName
{
border-color: #F2E78E;
}
</style>