#EBDDAD

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

Shades of Sidecar #EBDDAD

Tints of Sidecar #EBDDAD

Color information

#EBDDAD (or 0xEBDDAD) is unknown color: approx Sidecar. HEX triplet: EB, DD and AD. RGB value is (235,221,173). Sum of RGB (Red+Green+Blue) = 235+221+173=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDAD is #142252. Grayscale: #DBDBDB. Windows color (decimal): -1319507 or 11394539. OLE color: 11394539.

HSL color Cylindrical-coordinate representation of color #EBDDAD: hue angle of 46.45º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBDDAD is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235221173-
CMYK00.060.260.08
HSL46.45º60.78%80%-
HSV(B)46.45º26.38%92.16%-
XYZ67.6672.3949.94-
YUV219.71101.64138.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=37.36%
G=35.14%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522117300.060.260.0846.4560.7880
HexEBDDAD061A82e3d50
Octal3533352550632105675120
Binary11101011110111011010110101101101010001011101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDAD; }

 p { color: rgb(235,221,173); }

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

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

 a { background-color: rgb(235,221,173); }

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

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

 span { border-color: rgb(235,221,173); }

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