#F2EB87

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

Shades of Khaki #F2EB87

Tints of Khaki #F2EB87

Color information

#F2EB87 (or 0xF2EB87) is unknown color: approx Khaki. HEX triplet: F2, EB and 87. RGB value is (242,235,135). Sum of RGB (Red+Green+Blue) = 242+235+135=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 135 (53.12% from 255 or 22.06% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EB87 is #0D1478. Grayscale: #E2E2E2. Windows color (decimal): -857209 or 8907762. OLE color: 8907762.

HSL color Cylindrical-coordinate representation of color #F2EB87: hue angle of 56.07º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2EB87 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB242235135-
CMYK00.030.440.05
HSL56.07º80.45%73.92%-
HSV(B)56.07º44.21%94.9%-
XYZ70.780.0434.65-
YUV225.6976.82139.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 135 (53.12% from 255) = 22.06%
R=39.54%
G=38.40%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223513500.030.440.0556.0780.4573.92
HexF2EB87032C538504a
Octal3623532070354570120112
Binary11110010111010111000011101110110010111100010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EB87; }

 p { color: rgb(242,235,135); }

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

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

 a { background-color: rgb(242,235,135); }

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

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

 span { border-color: rgb(242,235,135); }

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