#E5DAAA

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

Shades of Sidecar #E5DAAA

Tints of Sidecar #E5DAAA

Color information

#E5DAAA (or 0xE5DAAA) is unknown color: approx Sidecar. HEX triplet: E5, DA and AA. RGB value is (229,218,170). Sum of RGB (Red+Green+Blue) = 229+218+170=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DAAA is #1A2555. Grayscale: #D8D8D8. Windows color (decimal): -1713494 or 11197157. OLE color: 11197157.

HSL color Cylindrical-coordinate representation of color #E5DAAA: hue angle of 48.81º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5DAAA is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB229218170-
CMYK00.050.260.10
HSL48.81º53.15%78.24%-
HSV(B)48.81º25.76%89.8%-
XYZ64.6469.748.08-
YUV215.82102.14137.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.12%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=37.12%
G=35.33%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921817000.050.260.1048.8153.1578.24
HexE5DAAA051AA31354e
Octal3453322520532126165116
Binary11100101110110101010101001011101010101100011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DAAA; }

 p { color: rgb(229,218,170); }

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

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

 a { background-color: rgb(229,218,170); }

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

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

 span { border-color: rgb(229,218,170); }

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