#E9DDAF

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

Shades of Sidecar #E9DDAF

Tints of Sidecar #E9DDAF

Color information

#E9DDAF (or 0xE9DDAF) is unknown color: approx Sidecar. HEX triplet: E9, DD and AF. RGB value is (233,221,175). Sum of RGB (Red+Green+Blue) = 233+221+175=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DDAF is #162250. Grayscale: #DBDBDB. Windows color (decimal): -1450577 or 11525609. OLE color: 11525609.

HSL color Cylindrical-coordinate representation of color #E9DDAF: hue angle of 47.59º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9DDAF is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB233221175-
CMYK00.050.250.09
HSL47.59º56.86%80%-
HSV(B)47.59º24.89%91.37%-
XYZ67.272.1350.94-
YUV219.34102.98137.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.04%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=37.04%
G=35.14%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322117500.050.250.0947.5956.8680
HexE9DDAF05199303950
Octal3513352570531116071120
Binary11101001110111011010111101011100110011100001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDAF; }

 p { color: rgb(233,221,175); }

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

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

 a { background-color: rgb(233,221,175); }

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

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

 span { border-color: rgb(233,221,175); }

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