#F2EB89

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

Shades of Khaki #F2EB89

Tints of Khaki #F2EB89

Color information

#F2EB89 (or 0xF2EB89) is unknown color: approx Khaki. HEX triplet: F2, EB and 89. RGB value is (242,235,137). Sum of RGB (Red+Green+Blue) = 242+235+137=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 137 (53.91% from 255 or 22.31% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EB89 is #0D1476. Grayscale: #E2E2E2. Windows color (decimal): -857207 or 9038834. OLE color: 9038834.

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

Color convert

RGB242235137-
CMYK00.030.430.05
HSL56º80.15%74.31%-
HSV(B)56º43.39%94.9%-
XYZ70.8480.135.39-
YUV225.9277.82139.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.41%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 137 (53.91% from 255) = 22.31%
R=39.41%
G=38.27%
B=22.31%

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
Decimal24223513700.030.430.055680.1574.31
HexF2EB89032B538504a
Octal3623532110353570120112
Binary11110010111010111000100101110101110111100010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EB89; }

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

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

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

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

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

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

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

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