#F2EA93

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

Shades of Khaki #F2EA93

Tints of Khaki #F2EA93

Color information

#F2EA93 (or 0xF2EA93) is unknown color: approx Khaki. HEX triplet: F2, EA and 93. RGB value is (242,234,147). Sum of RGB (Red+Green+Blue) = 242+234+147=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 147 (57.81% from 255 or 23.60% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA93 is #0D156C. Grayscale: #E2E2E2. Windows color (decimal): -857453 or 9693938. OLE color: 9693938.

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

Color convert

RGB242234147-
CMYK00.030.390.05
HSL54.95º78.51%76.27%-
HSV(B)54.95º39.26%94.9%-
XYZ71.3179.8339.25-
YUV226.4783.15139.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.84%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 147 (57.81% from 255) = 23.60%
R=38.84%
G=37.56%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223414700.030.390.0554.9578.5176.27
HexF2EA9303275374f4c
Octal3623522230347567117114
Binary11110010111010101001001101110011110111011110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA93; }

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

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

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

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

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

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

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

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