#EBDCAC

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

Shades of Sidecar #EBDCAC

Tints of Sidecar #EBDCAC

Color information

#EBDCAC (or 0xEBDCAC) is unknown color: approx Sidecar. HEX triplet: EB, DC and AC. RGB value is (235,220,172). Sum of RGB (Red+Green+Blue) = 235+220+172=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDCAC is #142353. Grayscale: #DBDBDB. Windows color (decimal): -1319764 or 11328747. OLE color: 11328747.

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

Color convert

RGB235220172-
CMYK00.060.270.08
HSL45.71º61.17%79.8%-
HSV(B)45.71º26.81%92.16%-
XYZ67.371.8349.35-
YUV219.01101.47139.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 172 (67.58% from 255) = 27.43%
R=37.48%
G=35.09%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522017200.060.270.0845.7161.1779.8
HexEBDCAC061B82e3d50
Octal3533342540633105675120
Binary11101011110111001010110001101101110001011101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCAC; }

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

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

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

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

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

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

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

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