#F1EA8E

Color #F1EA8E Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #F1EA8E

Tints of Khaki #F1EA8E

Color information

#F1EA8E (or 0xF1EA8E) is unknown color: approx Khaki. HEX triplet: F1, EA and 8E. RGB value is (241,234,142). Sum of RGB (Red+Green+Blue) = 241+234+142=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 142 (55.86% from 255 or 23.01% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EA8E is #0E1571. Grayscale: #E1E1E1. Windows color (decimal): -922994 or 9366257. OLE color: 9366257.

HSL color Cylindrical-coordinate representation of color #F1EA8E: hue angle of 55.76º degrees, saturation: 0.78, 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 #F1EA8E is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241234142-
CMYK00.030.410.05
HSL55.76º77.95%75.1%-
HSV(B)55.76º41.08%94.51%-
XYZ70.5879.537.22-
YUV225.680.82138.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 142 (55.86% from 255) = 23.01%
R=39.06%
G=37.93%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123414200.030.410.0555.7677.9575.1
HexF1EA8E03295384e4b
Octal3613522160351570116113
Binary11110001111010101000111001110100110111100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA8E; }

 p { color: rgb(241,234,142); }

 H1.HeaderClassName
 {
   color: #F1EA8E;
 }
 .AnyTagClassName
 {
   color: #F1EA8E;
 }
</style>
background-color css

<style>
 a { background-color: #F1EA8E; }

 a { background-color: rgb(241,234,142); }

 div.DivClassName
 {
   background-color: #F1EA8E;
 }
 .BgClassName
 {
   background-color: #F1EA8E;
 }
</style>
border-color css

<style>
 span { border-color: #F1EA8E; }

 span { border-color: rgb(241,234,142); }

 td.TdClassName
 {
   border-color: #F1EA8E;
 }
 .TagClassName
 {
   border-color: #F1EA8E;
 }
</style>