#F1EA8B

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

Shades of Khaki #F1EA8B

Tints of Khaki #F1EA8B

Color information

#F1EA8B (or 0xF1EA8B) is unknown color: approx Khaki. HEX triplet: F1, EA and 8B. RGB value is (241,234,139). Sum of RGB (Red+Green+Blue) = 241+234+139=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 139 (54.69% from 255 or 22.64% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EA8B is #0E1574. Grayscale: #E1E1E1. Windows color (decimal): -922997 or 9169649. OLE color: 9169649.

HSL color Cylindrical-coordinate representation of color #F1EA8B: hue angle of 55.88º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1EA8B is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB241234139-
CMYK00.030.420.05
HSL55.88º78.46%74.51%-
HSV(B)55.88º42.32%94.51%-
XYZ70.3679.4136.05-
YUV225.2679.32139.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 139 (54.69% from 255) = 22.64%
R=39.25%
G=38.11%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123413900.030.420.0555.8878.4674.51
HexF1EA8B032A5384e4b
Octal3613522130352570116113
Binary11110001111010101000101101110101010111100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA8B; }

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

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

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

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

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

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

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

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