#EBDCA6

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

Shades of Sidecar #EBDCA6

Tints of Sidecar #EBDCA6

Color information

#EBDCA6 (or 0xEBDCA6) is unknown color: approx Sidecar. HEX triplet: EB, DC and A6. RGB value is (235,220,166). Sum of RGB (Red+Green+Blue) = 235+220+166=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDCA6 is #142359. Grayscale: #DADADA. Windows color (decimal): -1319770 or 10935531. OLE color: 10935531.

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

Color convert

RGB235220166-
CMYK00.060.290.08
HSL46.96º63.3%78.63%-
HSV(B)46.96º29.36%92.16%-
XYZ66.7471.646.38-
YUV218.3398.47139.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 166 (65.23% from 255) = 26.73%
R=37.84%
G=35.43%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522016600.060.290.0846.9663.378.63
HexEBDCA6061D82f3f4f
Octal3533342460635105777117
Binary11101011110111001010011001101110110001011111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCA6; }

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

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

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

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

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

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

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

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