#F4E1AE

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

Shades of Wheat #F4E1AE

Tints of Wheat #F4E1AE

Color information

#F4E1AE (or 0xF4E1AE) is unknown color: approx Wheat. HEX triplet: F4, E1 and AE. RGB value is (244,225,174). Sum of RGB (Red+Green+Blue) = 244+225+174=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E1AE is #0B1E51. Grayscale: #E1E1E1. Windows color (decimal): -728658 or 11461108. OLE color: 11461108.

HSL color Cylindrical-coordinate representation of color #F4E1AE: hue angle of 43.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4E1AE is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB244225174-
CMYK00.080.290.04
HSL43.71º76.09%81.96%-
HSV(B)43.71º28.69%95.69%-
XYZ71.8776.1450.95-
YUV224.8799.29141.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.95%
GREEN value IS 225 (88.28% from 255) = 34.99%
BLUE value IS 174 (68.36% from 255) = 27.06%
R=37.95%
G=34.99%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422517400.080.290.0443.7176.0981.96
HexF4E1AE081D42c4c52
Octal36434125601035454114122
Binary111101001110000110101110010001110110010110010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E1AE; }

 p { color: rgb(244,225,174); }

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

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

 a { background-color: rgb(244,225,174); }

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

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

 span { border-color: rgb(244,225,174); }

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