#F2E0AE

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

Shades of Wheat #F2E0AE

Tints of Wheat #F2E0AE

Color information

#F2E0AE (or 0xF2E0AE) is unknown color: approx Wheat. HEX triplet: F2, E0 and AE. RGB value is (242,224,174). Sum of RGB (Red+Green+Blue) = 242+224+174=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E0AE is #0D1F51. Grayscale: #DFDFDF. Windows color (decimal): -859986 or 11460850. OLE color: 11460850.

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

Color convert

RGB242224174-
CMYK00.070.280.05
HSL44.12º72.34%81.57%-
HSV(B)44.12º28.1%94.9%-
XYZ70.9175.2450.83-
YUV223.6899.96141.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.81%
GREEN value IS 224 (87.89% from 255) = 35%
BLUE value IS 174 (68.36% from 255) = 27.19%
R=37.81%
G=35%
B=27.19%

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
Decimal24222417400.070.280.0544.1272.3481.57
HexF2E0AE071C52c4852
Octal3623402560734554110122
Binary11110010111000001010111001111110010110110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E0AE; }

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

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

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

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

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

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

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

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