#F1EE8A

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

Shades of Khaki #F1EE8A

Tints of Khaki #F1EE8A

Color information

#F1EE8A (or 0xF1EE8A) is unknown color: approx Khaki. HEX triplet: F1, EE and 8A. RGB value is (241,238,138). Sum of RGB (Red+Green+Blue) = 241+238+138=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE8A is #0E1175. Grayscale: #E3E3E3. Windows color (decimal): -921974 or 9105137. OLE color: 9105137.

HSL color Cylindrical-coordinate representation of color #F1EE8A: hue angle of 58.25º 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 #F1EE8A is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB241238138-
CMYK00.010.430.05
HSL58.25º78.63%74.31%-
HSV(B)58.25º42.74%94.51%-
XYZ71.4481.6836.05-
YUV227.577.49137.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 238 (93.36% from 255) = 38.57%
BLUE value IS 138 (54.30% from 255) = 22.37%
R=39.06%
G=38.57%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123813800.010.430.0558.2578.6374.31
HexF1EE8A012B53a4f4a
Octal3613562120153572117112
Binary1111000111101110100010100110101110111101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EE8A; }

 p { color: rgb(241,238,138); }

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

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

 a { background-color: rgb(241,238,138); }

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

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

 span { border-color: rgb(241,238,138); }

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