#EBDDAC

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

Shades of Sidecar #EBDDAC

Tints of Sidecar #EBDDAC

Color information

#EBDDAC (or 0xEBDDAC) is unknown color: approx Sidecar. HEX triplet: EB, DD and AC. RGB value is (235,221,172). Sum of RGB (Red+Green+Blue) = 235+221+172=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDAC is #142253. Grayscale: #DBDBDB. Windows color (decimal): -1319508 or 11329003. OLE color: 11329003.

HSL color Cylindrical-coordinate representation of color #EBDDAC: hue angle of 46.67º 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 #EBDDAC is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235221172-
CMYK00.060.270.08
HSL46.67º61.17%79.8%-
HSV(B)46.67º26.81%92.16%-
XYZ67.5672.3549.43-
YUV219.6101.14138.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 172 (67.58% from 255) = 27.39%
R=37.42%
G=35.19%
B=27.39%

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
Decimal23522117200.060.270.0846.6761.1779.8
HexEBDDAC061B82f3d50
Octal3533352540633105775120
Binary11101011110111011010110001101101110001011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDAC; }

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

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

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

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

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

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

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

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