#EBD8A5

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

Shades of Sidecar #EBD8A5

Tints of Sidecar #EBD8A5

Color information

#EBD8A5 (or 0xEBD8A5) is unknown color: approx Sidecar. HEX triplet: EB, D8 and A5. RGB value is (235,216,165). Sum of RGB (Red+Green+Blue) = 235+216+165=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 165 (64.84% from 255 or 26.79% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD8A5 is #14275A. Grayscale: #D8D8D8. Windows color (decimal): -1320795 or 10868971. OLE color: 10868971.

HSL color Cylindrical-coordinate representation of color #EBD8A5: hue angle of 43.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBD8A5 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235216165-
CMYK00.080.300.08
HSL43.71º63.64%78.43%-
HSV(B)43.71º29.79%92.16%-
XYZ65.6169.4945.55-
YUV215.8799.29141.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 216 (84.77% from 255) = 35.06%
BLUE value IS 165 (64.84% from 255) = 26.79%
R=38.15%
G=35.06%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521616500.080.300.0843.7163.6478.43
HexEBD8A5081E82c404e
Octal353330245010361054100116
Binary1110101111011000101001010100011110100010110010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8A5; }

 p { color: rgb(235,216,165); }

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

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

 a { background-color: rgb(235,216,165); }

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

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

 span { border-color: rgb(235,216,165); }

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