#F0E894

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

Shades of Khaki #F0E894

Tints of Khaki #F0E894

Color information

#F0E894 (or 0xF0E894) is unknown color: approx Khaki. HEX triplet: F0, E8 and 94. RGB value is (240,232,148). Sum of RGB (Red+Green+Blue) = 240+232+148=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E894 is #0F176B. Grayscale: #E1E1E1. Windows color (decimal): -989036 or 9758960. OLE color: 9758960.

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

Color convert

RGB240232148-
CMYK00.030.380.06
HSL54.78º75.41%76.08%-
HSV(B)54.78º38.33%94.12%-
XYZ70.1478.3839.45-
YUV224.8284.65138.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 148 (58.20% from 255) = 23.87%
R=38.71%
G=37.42%
B=23.87%

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
Decimal24023214800.030.380.0654.7875.4176.08
HexF0E89403266374b4c
Octal3603502240346667113114
Binary11110000111010001001010001110011011011011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E894; }

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

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

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

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

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

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

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

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