#F1E0AE

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

Shades of Wheat #F1E0AE

Tints of Wheat #F1E0AE

Color information

#F1E0AE (or 0xF1E0AE) is unknown color: approx Wheat. HEX triplet: F1, E0 and AE. RGB value is (241,224,174). Sum of RGB (Red+Green+Blue) = 241+224+174=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E0AE is #0E1F51. Grayscale: #DFDFDF. Windows color (decimal): -925522 or 11460849. OLE color: 11460849.

HSL color Cylindrical-coordinate representation of color #F1E0AE: hue angle of 44.78º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1E0AE is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241224174-
CMYK00.070.280.05
HSL44.78º70.53%81.37%-
HSV(B)44.78º27.8%94.51%-
XYZ70.5775.0750.81-
YUV223.38100.13140.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.72%
GREEN value IS 224 (87.89% from 255) = 35.05%
BLUE value IS 174 (68.36% from 255) = 27.23%
R=37.72%
G=35.05%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122417400.070.280.0544.7870.5381.37
HexF1E0AE071C52d4751
Octal3613402560734555107121
Binary11110001111000001010111001111110010110110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E0AE; }

 p { color: rgb(241,224,174); }

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

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

 a { background-color: rgb(241,224,174); }

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

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

 span { border-color: rgb(241,224,174); }

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