#F1EA89

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

Shades of Khaki #F1EA89

Tints of Khaki #F1EA89

Color information

#F1EA89 (or 0xF1EA89) is unknown color: approx Khaki. HEX triplet: F1, EA and 89. RGB value is (241,234,137). Sum of RGB (Red+Green+Blue) = 241+234+137=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 137 (53.91% from 255 or 22.39% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EA89 is #0E1576. Grayscale: #E1E1E1. Windows color (decimal): -922999 or 9038577. OLE color: 9038577.

HSL color Cylindrical-coordinate representation of color #F1EA89: hue angle of 55.96º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1EA89 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB241234137-
CMYK00.030.430.05
HSL55.96º78.79%74.12%-
HSV(B)55.96º43.15%94.51%-
XYZ70.2179.3535.28-
YUV225.0478.32139.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 234 (91.80% from 255) = 38.24%
BLUE value IS 137 (53.91% from 255) = 22.39%
R=39.38%
G=38.24%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123413700.030.430.0555.9678.7974.12
HexF1EA89032B5384f4a
Octal3613522110353570117112
Binary11110001111010101000100101110101110111100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA89; }

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

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

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

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

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

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

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

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