#F5EE84

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

Shades of Khaki #F5EE84

Tints of Khaki #F5EE84

Color information

#F5EE84 (or 0xF5EE84) is unknown color: approx Khaki. HEX triplet: F5, EE and 84. RGB value is (245,238,132). Sum of RGB (Red+Green+Blue) = 245+238+132=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 132 (51.95% from 255 or 21.46% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EE84 is #0A117B. Grayscale: #E4E4E4. Windows color (decimal): -659836 or 8711925. OLE color: 8711925.

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

Color convert

RGB245238132-
CMYK00.030.460.04
HSL56.28º84.96%73.92%-
HSV(B)56.28º46.12%96.08%-
XYZ72.482.2333.89-
YUV228.0173.82140.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 132 (51.95% from 255) = 21.46%
R=39.84%
G=38.70%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523813200.030.460.0456.2884.9673.92
HexF5EE84032E438554a
Octal3653562040356470125112
Binary11110101111011101000010001110111010011100010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EE84; }

 p { color: rgb(245,238,132); }

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

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

 a { background-color: rgb(245,238,132); }

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

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

 span { border-color: rgb(245,238,132); }

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