#F4EE8C

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

Shades of Khaki #F4EE8C

Tints of Khaki #F4EE8C

Color information

#F4EE8C (or 0xF4EE8C) is unknown color: approx Khaki. HEX triplet: F4, EE and 8C. RGB value is (244,238,140). Sum of RGB (Red+Green+Blue) = 244+238+140=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 140 (55.08% from 255 or 22.51% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EE8C is #0B1173. Grayscale: #E5E5E5. Windows color (decimal): -725364 or 9236212. OLE color: 9236212.

HSL color Cylindrical-coordinate representation of color #F4EE8C: hue angle of 56.54º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4EE8C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB244238140-
CMYK00.020.430.04
HSL56.54º82.54%75.29%-
HSV(B)56.54º42.62%95.69%-
XYZ72.6282.2836.86-
YUV228.6277.99138.97-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.23%
GREEN value IS 238 (93.36% from 255) = 38.26%
BLUE value IS 140 (55.08% from 255) = 22.51%
R=39.23%
G=38.26%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423814000.020.430.0456.5482.5475.29
HexF4EE8C022B439534b
Octal3643562140253471123113
Binary11110100111011101000110001010101110011100110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EE8C; }

 p { color: rgb(244,238,140); }

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

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

 a { background-color: rgb(244,238,140); }

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

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

 span { border-color: rgb(244,238,140); }

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