#F0E993

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

Shades of Khaki #F0E993

Tints of Khaki #F0E993

Color information

#F0E993 (or 0xF0E993) is unknown color: approx Khaki. HEX triplet: F0, E9 and 93. RGB value is (240,233,147). Sum of RGB (Red+Green+Blue) = 240+233+147=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 147 (57.81% from 255 or 23.71% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E993 is #0F166C. Grayscale: #E1E1E1. Windows color (decimal): -988781 or 9693680. OLE color: 9693680.

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

Color convert

RGB240233147-
CMYK00.030.390.06
HSL55.48º75.61%75.88%-
HSV(B)55.48º38.75%94.12%-
XYZ70.3478.9139.13-
YUV225.2983.82138.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 233 (91.41% from 255) = 37.58%
BLUE value IS 147 (57.81% from 255) = 23.71%
R=38.71%
G=37.58%
B=23.71%

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
Decimal24023314700.030.390.0655.4875.6175.88
HexF0E99303276374c4c
Octal3603512230347667114114
Binary11110000111010011001001101110011111011011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E993; }

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

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

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

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

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

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

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

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