#F0EA90

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

Shades of Khaki #F0EA90

Tints of Khaki #F0EA90

Color information

#F0EA90 (or 0xF0EA90) is unknown color: approx Khaki. HEX triplet: F0, EA and 90. RGB value is (240,234,144). Sum of RGB (Red+Green+Blue) = 240+234+144=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EA90 is #0F156F. Grayscale: #E1E1E1. Windows color (decimal): -988528 or 9497328. OLE color: 9497328.

HSL color Cylindrical-coordinate representation of color #F0EA90: hue angle of 56.25º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0EA90 is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB240234144-
CMYK00.020.40.06
HSL56.25º76.19%75.29%-
HSV(B)56.25º40%94.12%-
XYZ70.3979.3838-
YUV225.5381.99138.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 144 (56.64% from 255) = 23.30%
R=38.83%
G=37.86%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023414400.020.40.0656.2576.1975.29
HexF0EA9002286384c4b
Octal3603522200250670114113
Binary11110000111010101001000001010100011011100010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EA90; }

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

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

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

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

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

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

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

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