#F0E0AE

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

Shades of Sidecar #F0E0AE

Tints of Sidecar #F0E0AE

Color information

#F0E0AE (or 0xF0E0AE) is unknown color: approx Sidecar. HEX triplet: F0, E0 and AE. RGB value is (240,224,174). Sum of RGB (Red+Green+Blue) = 240+224+174=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E0AE is #0F1F51. Grayscale: #DFDFDF. Windows color (decimal): -991058 or 11460848. OLE color: 11460848.

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

Color convert

RGB240224174-
CMYK00.070.280.06
HSL45.45º68.75%81.18%-
HSV(B)45.45º27.5%94.12%-
XYZ70.2374.8950.8-
YUV223.08100.3140.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.62%
GREEN value IS 224 (87.89% from 255) = 35.11%
BLUE value IS 174 (68.36% from 255) = 27.27%
R=37.62%
G=35.11%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022417400.070.280.0645.4568.7581.18
HexF0E0AE071C62d4551
Octal3603402560734655105121
Binary11110000111000001010111001111110011010110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E0AE; }

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

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

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

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

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

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

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

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