#F0DEAE

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

Shades of Wheat #F0DEAE

Tints of Wheat #F0DEAE

Color information

#F0DEAE (or 0xF0DEAE) is unknown color: approx Wheat. HEX triplet: F0, DE and AE. RGB value is (240,222,174). Sum of RGB (Red+Green+Blue) = 240+222+174=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DEAE is #0F2151. Grayscale: #DEDEDE. Windows color (decimal): -991570 or 11460336. OLE color: 11460336.

HSL color Cylindrical-coordinate representation of color #F0DEAE: hue angle of 43.64º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0DEAE is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240222174-
CMYK00.080.280.06
HSL43.64º68.75%81.18%-
HSV(B)43.64º27.5%94.12%-
XYZ69.773.8250.62-
YUV221.91100.96140.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 174 (68.36% from 255) = 27.36%
R=37.74%
G=34.91%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022217400.080.280.0643.6468.7581.18
HexF0DEAE081C62c4551
Octal36033625601034654105121
Binary111100001101111010101110010001110011010110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DEAE; }

 p { color: rgb(240,222,174); }

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

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

 a { background-color: rgb(240,222,174); }

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

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

 span { border-color: rgb(240,222,174); }

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