#F7EC85

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

Shades of Khaki #F7EC85

Tints of Khaki #F7EC85

Color information

#F7EC85 (or 0xF7EC85) is unknown color: approx Khaki. HEX triplet: F7, EC and 85. RGB value is (247,236,133). Sum of RGB (Red+Green+Blue) = 247+236+133=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EC85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EC85 is #08137A. Grayscale: #E3E3E3. Windows color (decimal): -529275 or 8776951. OLE color: 8776951.

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

Color convert

RGB247236133-
CMYK00.040.460.03
HSL54.21º87.69%74.51%-
HSV(B)54.21º46.15%96.86%-
XYZ72.5981.4634.09-
YUV227.5574.64141.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.10%
GREEN value IS 236 (92.58% from 255) = 38.31%
BLUE value IS 133 (52.34% from 255) = 21.59%
R=40.10%
G=38.31%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723613300.040.460.0354.2187.6974.51
HexF7EC85042E336584b
Octal3673542050456366130113
Binary11110111111011001000010101001011101111011010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EC85; }

 p { color: rgb(247,236,133); }

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

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

 a { background-color: rgb(247,236,133); }

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

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

 span { border-color: rgb(247,236,133); }

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