#F0E895

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

Shades of Khaki #F0E895

Tints of Khaki #F0E895

Color information

#F0E895 (or 0xF0E895) is unknown color: approx Khaki. HEX triplet: F0, E8 and 95. RGB value is (240,232,149). Sum of RGB (Red+Green+Blue) = 240+232+149=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E895 is #0F176A. Grayscale: #E1E1E1. Windows color (decimal): -989035 or 9824496. OLE color: 9824496.

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

Color convert

RGB240232149-
CMYK00.030.380.06
HSL54.73º75.21%76.27%-
HSV(B)54.73º37.92%94.12%-
XYZ70.2278.4139.87-
YUV224.9385.15138.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.65%
GREEN value IS 232 (91.02% from 255) = 37.36%
BLUE value IS 149 (58.59% from 255) = 23.99%
R=38.65%
G=37.36%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023214900.030.380.0654.7375.2176.27
HexF0E89503266374b4c
Octal3603502250346667113114
Binary11110000111010001001010101110011011011011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E895; }

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

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

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

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

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

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

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

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