#F0E994

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

Shades of Khaki #F0E994

Tints of Khaki #F0E994

Color information

#F0E994 (or 0xF0E994) is unknown color: approx Khaki. HEX triplet: F0, E9 and 94. RGB value is (240,233,148). Sum of RGB (Red+Green+Blue) = 240+233+148=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 148 (58.20% from 255 or 23.83% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E994 is #0F166B. Grayscale: #E1E1E1. Windows color (decimal): -988780 or 9759216. OLE color: 9759216.

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

Color convert

RGB240233148-
CMYK00.030.380.06
HSL55.43º75.41%76.08%-
HSV(B)55.43º38.33%94.12%-
XYZ70.4278.9439.54-
YUV225.484.32138.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.65%
GREEN value IS 233 (91.41% from 255) = 37.52%
BLUE value IS 148 (58.20% from 255) = 23.83%
R=38.65%
G=37.52%
B=23.83%

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
Decimal24023314800.030.380.0655.4375.4176.08
HexF0E99403266374b4c
Octal3603512240346667113114
Binary11110000111010011001010001110011011011011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E994; }

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

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

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

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

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

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

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

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