#F0EA8A

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

Shades of Khaki #F0EA8A

Tints of Khaki #F0EA8A

Color information

#F0EA8A (or 0xF0EA8A) is unknown color: approx Khaki. HEX triplet: F0, EA and 8A. RGB value is (240,234,138). Sum of RGB (Red+Green+Blue) = 240+234+138=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 138 (54.30% from 255 or 22.55% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EA8A is #0F1575. Grayscale: #E1E1E1. Windows color (decimal): -988534 or 9104112. OLE color: 9104112.

HSL color Cylindrical-coordinate representation of color #F0EA8A: hue angle of 56.47º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0EA8A is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240234138-
CMYK00.020.420.06
HSL56.47º77.27%74.12%-
HSV(B)56.47º42.5%94.12%-
XYZ69.9579.2135.65-
YUV224.8578.99138.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.22%
GREEN value IS 234 (91.80% from 255) = 38.24%
BLUE value IS 138 (54.30% from 255) = 22.55%
R=39.22%
G=38.24%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023413800.020.420.0656.4777.2774.12
HexF0EA8A022A6384d4a
Octal3603522120252670115112
Binary11110000111010101000101001010101011011100010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EA8A; }

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

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

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

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

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

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

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

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