#F2EA89

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

Shades of Khaki #F2EA89

Tints of Khaki #F2EA89

Color information

#F2EA89 (or 0xF2EA89) is unknown color: approx Khaki. HEX triplet: F2, EA and 89. RGB value is (242,234,137). Sum of RGB (Red+Green+Blue) = 242+234+137=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 137 (53.91% from 255 or 22.35% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA89 is #0D1576. Grayscale: #E1E1E1. Windows color (decimal): -857463 or 9038578. OLE color: 9038578.

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

Color convert

RGB242234137-
CMYK00.030.430.05
HSL55.43º80.15%74.31%-
HSV(B)55.43º43.39%94.9%-
XYZ70.5679.5335.3-
YUV225.3378.15139.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 137 (53.91% from 255) = 22.35%
R=39.48%
G=38.17%
B=22.35%

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
Decimal24223413700.030.430.0555.4380.1574.31
HexF2EA89032B537504a
Octal3623522110353567120112
Binary11110010111010101000100101110101110111011110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA89; }

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

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

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

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

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

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

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

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