#F0EA8B

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

Shades of Khaki #F0EA8B

Tints of Khaki #F0EA8B

Color information

#F0EA8B (or 0xF0EA8B) is unknown color: approx Khaki. HEX triplet: F0, EA and 8B. RGB value is (240,234,139). Sum of RGB (Red+Green+Blue) = 240+234+139=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EA8B is #0F1574. Grayscale: #E1E1E1. Windows color (decimal): -988533 or 9169648. OLE color: 9169648.

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

Color convert

RGB240234139-
CMYK00.020.420.06
HSL56.44º77.1%74.31%-
HSV(B)56.44º42.08%94.12%-
XYZ70.0279.2336.03-
YUV224.9679.49138.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 139 (54.69% from 255) = 22.68%
R=39.15%
G=38.17%
B=22.68%

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
Decimal24023413900.020.420.0656.4477.174.31
HexF0EA8B022A6384d4a
Octal3603522130252670115112
Binary11110000111010101000101101010101011011100010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EA8B; }

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

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

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

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

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

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

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

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