#F0E386

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

Shades of Khaki #F0E386

Tints of Khaki #F0E386

Color information

#F0E386 (or 0xF0E386) is unknown color: approx Khaki. HEX triplet: F0, E3 and 86. RGB value is (240,227,134). Sum of RGB (Red+Green+Blue) = 240+227+134=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E386 is #0F1C79. Grayscale: #DCDCDC. Windows color (decimal): -990330 or 8840176. OLE color: 8840176.

HSL color Cylindrical-coordinate representation of color #F0E386: hue angle of 52.64º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0E386 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240227134-
CMYK00.050.440.06
HSL52.64º77.94%73.33%-
HSV(B)52.64º44.17%94.12%-
XYZ67.7175.1833.5-
YUV220.2879.31142.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 227 (89.06% from 255) = 37.77%
BLUE value IS 134 (52.73% from 255) = 22.30%
R=39.93%
G=37.77%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022713400.050.440.0652.6477.9473.33
HexF0E386052C6354e49
Octal3603432060554665116111
Binary111100001110001110000110010110110011011010110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E386; }

 p { color: rgb(240,227,134); }

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

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

 a { background-color: rgb(240,227,134); }

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

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

 span { border-color: rgb(240,227,134); }

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