#F5EA90

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

Shades of Khaki #F5EA90

Tints of Khaki #F5EA90

Color information

#F5EA90 (or 0xF5EA90) is unknown color: approx Khaki. HEX triplet: F5, EA and 90. RGB value is (245,234,144). Sum of RGB (Red+Green+Blue) = 245+234+144=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 144 (56.64% from 255 or 23.11% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EA90 is #0A156F. Grayscale: #E3E3E3. Windows color (decimal): -660848 or 9497333. OLE color: 9497333.

HSL color Cylindrical-coordinate representation of color #F5EA90: hue angle of 53.47º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5EA90 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB245234144-
CMYK00.040.410.04
HSL53.47º83.47%76.27%-
HSV(B)53.47º41.22%96.08%-
XYZ72.1180.2738.08-
YUV227.0381.14140.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.33%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 144 (56.64% from 255) = 23.11%
R=39.33%
G=37.56%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523414400.040.410.0453.4783.4776.27
HexF5EA900429435534c
Octal3653522200451465123114
Binary111101011110101010010000010010100110011010110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EA90; }

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

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

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

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

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

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

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

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