#F0E893

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

Shades of Khaki #F0E893

Tints of Khaki #F0E893

Color information

#F0E893 (or 0xF0E893) is unknown color: approx Khaki. HEX triplet: F0, E8 and 93. RGB value is (240,232,147). Sum of RGB (Red+Green+Blue) = 240+232+147=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 147 (57.81% from 255 or 23.75% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E893 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E893 is #0F176C. Grayscale: #E1E1E1. Windows color (decimal): -989037 or 9693424. OLE color: 9693424.

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

Color convert

RGB240232147-
CMYK00.030.390.06
HSL54.84º75.61%75.88%-
HSV(B)54.84º38.75%94.12%-
XYZ70.0678.3539.03-
YUV224.784.15138.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 232 (91.02% from 255) = 37.48%
BLUE value IS 147 (57.81% from 255) = 23.75%
R=38.77%
G=37.48%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023214700.030.390.0654.8475.6175.88
HexF0E89303276374c4c
Octal3603502230347667114114
Binary11110000111010001001001101110011111011011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E893; }

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

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

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

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

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

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

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

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