#F2EA87

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

Shades of Khaki #F2EA87

Tints of Khaki #F2EA87

Color information

#F2EA87 (or 0xF2EA87) is unknown color: approx Khaki. HEX triplet: F2, EA and 87. RGB value is (242,234,135). Sum of RGB (Red+Green+Blue) = 242+234+135=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 135 (53.12% from 255 or 22.09% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA87 is #0D1578. Grayscale: #E1E1E1. Windows color (decimal): -857465 or 8907506. OLE color: 8907506.

HSL color Cylindrical-coordinate representation of color #F2EA87: hue angle of 55.51º 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 #F2EA87 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB242234135-
CMYK00.030.440.05
HSL55.51º80.45%73.92%-
HSV(B)55.51º44.21%94.9%-
XYZ70.4179.4734.55-
YUV225.1177.15140.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.61%
GREEN value IS 234 (91.80% from 255) = 38.30%
BLUE value IS 135 (53.12% from 255) = 22.09%
R=39.61%
G=38.30%
B=22.09%

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
Decimal24223413500.030.440.0555.5180.4573.92
HexF2EA87032C538504a
Octal3623522070354570120112
Binary11110010111010101000011101110110010111100010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA87; }

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

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

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

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

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

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

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

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