#F5ED86

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

Shades of Khaki #F5ED86

Tints of Khaki #F5ED86

Color information

#F5ED86 (or 0xF5ED86) is unknown color: approx Khaki. HEX triplet: F5, ED and 86. RGB value is (245,237,134). Sum of RGB (Red+Green+Blue) = 245+237+134=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 134 (52.73% from 255 or 21.75% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ED86 is #0A1279. Grayscale: #E4E4E4. Windows color (decimal): -660090 or 8842741. OLE color: 8842741.

HSL color Cylindrical-coordinate representation of color #F5ED86: hue angle of 55.68º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5ED86 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB245237134-
CMYK00.030.450.04
HSL55.68º84.73%74.31%-
HSV(B)55.68º45.31%96.08%-
XYZ72.2481.734.52-
YUV227.6575.15140.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.77%
GREEN value IS 237 (92.97% from 255) = 38.47%
BLUE value IS 134 (52.73% from 255) = 21.75%
R=39.77%
G=38.47%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523713400.030.450.0455.6884.7374.31
HexF5ED86032D438554a
Octal3653552060355470125112
Binary11110101111011011000011001110110110011100010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ED86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ED86; }

 p { color: rgb(245,237,134); }

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

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

 a { background-color: rgb(245,237,134); }

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

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

 span { border-color: rgb(245,237,134); }

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