#E9DCA0

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

Shades of Sidecar #E9DCA0

Tints of Sidecar #E9DCA0

Color information

#E9DCA0 (or 0xE9DCA0) is unknown color: approx Sidecar. HEX triplet: E9, DC and A0. RGB value is (233,220,160). Sum of RGB (Red+Green+Blue) = 233+220+160=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DCA0 is #16235F. Grayscale: #D9D9D9. Windows color (decimal): -1450848 or 10542313. OLE color: 10542313.

HSL color Cylindrical-coordinate representation of color #E9DCA0: hue angle of 49.32º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9DCA0 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB233220160-
CMYK00.060.310.09
HSL49.32º62.39%77.06%-
HSV(B)49.32º31.33%91.37%-
XYZ65.5471.0543.52-
YUV217.0595.81139.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.01%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 160 (62.89% from 255) = 26.10%
R=38.01%
G=35.89%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322016000.060.310.0949.3262.3977.06
HexE9DCA0061F9313e4d
Octal3513342400637116176115
Binary11101001110111001010000001101111110011100011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCA0; }

 p { color: rgb(233,220,160); }

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

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

 a { background-color: rgb(233,220,160); }

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

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

 span { border-color: rgb(233,220,160); }

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