#F0E0AF

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

Shades of Wheat #F0E0AF

Tints of Wheat #F0E0AF

Color information

#F0E0AF (or 0xF0E0AF) is unknown color: approx Wheat. HEX triplet: F0, E0 and AF. RGB value is (240,224,175). Sum of RGB (Red+Green+Blue) = 240+224+175=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E0AF is #0F1F50. Grayscale: #DFDFDF. Windows color (decimal): -991057 or 11526384. OLE color: 11526384.

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

Color convert

RGB240224175-
CMYK00.070.270.06
HSL45.23º68.42%81.37%-
HSV(B)45.23º27.08%94.12%-
XYZ70.3374.9351.31-
YUV223.2100.8139.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 224 (87.89% from 255) = 35.05%
BLUE value IS 175 (68.75% from 255) = 27.39%
R=37.56%
G=35.05%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022417500.070.270.0645.2368.4281.37
HexF0E0AF071B62d4451
Octal3603402570733655104121
Binary11110000111000001010111101111101111010110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E0AF; }

 p { color: rgb(240,224,175); }

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

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

 a { background-color: rgb(240,224,175); }

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

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

 span { border-color: rgb(240,224,175); }

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