#F0E887

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

Shades of Khaki #F0E887

Tints of Khaki #F0E887

Color information

#F0E887 (or 0xF0E887) is unknown color: approx Khaki. HEX triplet: F0, E8 and 87. RGB value is (240,232,135). Sum of RGB (Red+Green+Blue) = 240+232+135=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 135 (53.12% from 255 or 22.24% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E887 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E887 is #0F1778. Grayscale: #DFDFDF. Windows color (decimal): -989049 or 8906992. OLE color: 8906992.

HSL color Cylindrical-coordinate representation of color #F0E887: hue angle of 55.43º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0E887 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240232135-
CMYK00.030.440.06
HSL55.43º77.78%73.53%-
HSV(B)55.43º43.75%94.12%-
XYZ69.1677.9934.33-
YUV223.3378.15139.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 232 (91.02% from 255) = 38.22%
BLUE value IS 135 (53.12% from 255) = 22.24%
R=39.54%
G=38.22%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023213500.030.440.0655.4377.7873.53
HexF0E887032C6374e4a
Octal3603502070354667116112
Binary11110000111010001000011101110110011011011110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E887; }

 p { color: rgb(240,232,135); }

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

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

 a { background-color: rgb(240,232,135); }

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

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

 span { border-color: rgb(240,232,135); }

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