#EBDCAA

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

Shades of Sidecar #EBDCAA

Tints of Sidecar #EBDCAA

Color information

#EBDCAA (or 0xEBDCAA) is unknown color: approx Sidecar. HEX triplet: EB, DC and AA. RGB value is (235,220,170). Sum of RGB (Red+Green+Blue) = 235+220+170=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDCAA is #142355. Grayscale: #DADADA. Windows color (decimal): -1319766 or 11197675. OLE color: 11197675.

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

Color convert

RGB235220170-
CMYK00.060.280.08
HSL46.15º61.9%79.41%-
HSV(B)46.15º27.66%92.16%-
XYZ67.1171.7548.34-
YUV218.78100.47139.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 170 (66.80% from 255) = 27.2%
R=37.6%
G=35.2%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522017000.060.280.0846.1561.979.41
HexEBDCAA061C82e3e4f
Octal3533342520634105676117
Binary11101011110111001010101001101110010001011101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCAA; }

 p { color: rgb(235,220,170); }

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

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

 a { background-color: rgb(235,220,170); }

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

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

 span { border-color: rgb(235,220,170); }

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