#E5D8AE

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

Shades of Sidecar #E5D8AE

Tints of Sidecar #E5D8AE

Color information

#E5D8AE (or 0xE5D8AE) is unknown color: approx Sidecar. HEX triplet: E5, D8 and AE. RGB value is (229,216,174). Sum of RGB (Red+Green+Blue) = 229+216+174=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D8AE is #1A2751. Grayscale: #D7D7D7. Windows color (decimal): -1714002 or 11458789. OLE color: 11458789.

HSL color Cylindrical-coordinate representation of color #E5D8AE: hue angle of 45.82º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5D8AE is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229216174-
CMYK00.060.240.10
HSL45.82º51.4%79.02%-
HSV(B)45.82º24.02%89.8%-
XYZ64.5168.8349.93-
YUV215.1104.81137.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.00%
GREEN value IS 216 (84.77% from 255) = 34.89%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=37.00%
G=34.89%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921617400.060.240.1045.8251.479.02
HexE5D8AE0618A2e334f
Octal3453302560630125663117
Binary11100101110110001010111001101100010101011101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D8AE; }

 p { color: rgb(229,216,174); }

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

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

 a { background-color: rgb(229,216,174); }

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

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

 span { border-color: rgb(229,216,174); }

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