#F2EA90

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

Shades of Khaki #F2EA90

Tints of Khaki #F2EA90

Color information

#F2EA90 (or 0xF2EA90) is unknown color: approx Khaki. HEX triplet: F2, EA and 90. RGB value is (242,234,144). Sum of RGB (Red+Green+Blue) = 242+234+144=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 144 (56.64% from 255 or 23.23% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA90 is #0D156F. Grayscale: #E2E2E2. Windows color (decimal): -857456 or 9497330. OLE color: 9497330.

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

Color convert

RGB242234144-
CMYK00.030.400.05
HSL55.1º79.03%75.69%-
HSV(B)55.1º40.5%94.9%-
XYZ71.0779.7438.03-
YUV226.1381.65139.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 144 (56.64% from 255) = 23.23%
R=39.03%
G=37.74%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223414400.030.400.0555.179.0375.69
HexF2EA9003285374f4c
Octal3623522200350567117114
Binary11110010111010101001000001110100010111011110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA90; }

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

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

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

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

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

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

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

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