#EBDBA5

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

Shades of Sidecar #EBDBA5

Tints of Sidecar #EBDBA5

Color information

#EBDBA5 (or 0xEBDBA5) is unknown color: approx Sidecar. HEX triplet: EB, DB and A5. RGB value is (235,219,165). Sum of RGB (Red+Green+Blue) = 235+219+165=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDBA5 is #14245A. Grayscale: #D9D9D9. Windows color (decimal): -1320027 or 10869739. OLE color: 10869739.

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

Color convert

RGB235219165-
CMYK00.070.300.08
HSL46.29º63.64%78.43%-
HSV(B)46.29º29.79%92.16%-
XYZ66.3871.0445.81-
YUV217.6398.3140.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 165 (64.84% from 255) = 26.66%
R=37.96%
G=35.38%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521916500.070.300.0846.2963.6478.43
HexEBDBA5071E82e404e
Octal35333324507361056100116
Binary111010111101101110100101011111110100010111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBA5; }

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

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

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

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

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

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

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

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