#EBDCA0

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

Shades of Sidecar #EBDCA0

Tints of Sidecar #EBDCA0

Color information

#EBDCA0 (or 0xEBDCA0) is unknown color: approx Sidecar. HEX triplet: EB, DC and A0. RGB value is (235,220,160). Sum of RGB (Red+Green+Blue) = 235+220+160=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDCA0 is #14235F. Grayscale: #D9D9D9. Windows color (decimal): -1319776 or 10542315. OLE color: 10542315.

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

Color convert

RGB235220160-
CMYK00.060.320.08
HSL48º65.22%77.45%-
HSV(B)48º31.91%92.16%-
XYZ66.271.3943.55-
YUV217.6495.47140.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 160 (62.89% from 255) = 26.02%
R=38.21%
G=35.77%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522016000.060.320.084865.2277.45
HexEBDCA00620830414d
Octal35333424006401060101115
Binary1110101111011100101000000110100000100011000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCA0; }

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

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

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

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

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

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

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

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