#E5D9AF

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

Shades of Sidecar #E5D9AF

Tints of Sidecar #E5D9AF

Color information

#E5D9AF (or 0xE5D9AF) is unknown color: approx Sidecar. HEX triplet: E5, D9 and AF. RGB value is (229,217,175). Sum of RGB (Red+Green+Blue) = 229+217+175=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D9AF is #1A2650. Grayscale: #D7D7D7. Windows color (decimal): -1713745 or 11524581. OLE color: 11524581.

HSL color Cylindrical-coordinate representation of color #E5D9AF: hue angle of 46.67º 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 #E5D9AF is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229217175-
CMYK00.050.240.10
HSL46.67º50.94%79.22%-
HSV(B)46.67º23.58%89.8%-
XYZ64.8669.3850.53-
YUV215.8104.98137.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.88%
GREEN value IS 217 (85.16% from 255) = 34.94%
BLUE value IS 175 (68.75% from 255) = 28.18%
R=36.88%
G=34.94%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921717500.050.240.1046.6750.9479.22
HexE5D9AF0518A2f334f
Octal3453312570530125763117
Binary11100101110110011010111101011100010101011111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D9AF; }

 p { color: rgb(229,217,175); }

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

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

 a { background-color: rgb(229,217,175); }

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

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

 span { border-color: rgb(229,217,175); }

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