#F0E1AE

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

Shades of Sidecar #F0E1AE

Tints of Sidecar #F0E1AE

Color information

#F0E1AE (or 0xF0E1AE) is unknown color: approx Sidecar. HEX triplet: F0, E1 and AE. RGB value is (240,225,174). Sum of RGB (Red+Green+Blue) = 240+225+174=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E1AE is #0F1E51. Grayscale: #DFDFDF. Windows color (decimal): -990802 or 11461104. OLE color: 11461104.

HSL color Cylindrical-coordinate representation of color #F0E1AE: hue angle of 46.36º 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 #F0E1AE is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240225174-
CMYK00.060.280.06
HSL46.36º68.75%81.18%-
HSV(B)46.36º27.5%94.12%-
XYZ70.575.4350.89-
YUV223.6799.97139.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 225 (88.28% from 255) = 35.21%
BLUE value IS 174 (68.36% from 255) = 27.23%
R=37.56%
G=35.21%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022517400.060.280.0646.3668.7581.18
HexF0E1AE061C62e4551
Octal3603412560634656105121
Binary11110000111000011010111001101110011010111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1AE; }

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

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

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

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

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

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

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

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