#EBDDA6

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

Shades of Sidecar #EBDDA6

Tints of Sidecar #EBDDA6

Color information

#EBDDA6 (or 0xEBDDA6) is unknown color: approx Sidecar. HEX triplet: EB, DD and A6. RGB value is (235,221,166). Sum of RGB (Red+Green+Blue) = 235+221+166=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDA6 is #142259. Grayscale: #DBDBDB. Windows color (decimal): -1319514 or 10935787. OLE color: 10935787.

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

Color convert

RGB235221166-
CMYK00.060.290.08
HSL47.83º63.3%78.63%-
HSV(B)47.83º29.36%92.16%-
XYZ6772.1346.47-
YUV218.9298.14139.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 166 (65.23% from 255) = 26.69%
R=37.78%
G=35.53%
B=26.69%

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
Decimal23522116600.060.290.0847.8363.378.63
HexEBDDA6061D8303f4f
Octal3533352460635106077117
Binary11101011110111011010011001101110110001100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDA6; }

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

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

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

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

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

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

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

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