#EBDEA5

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

Shades of Sidecar #EBDEA5

Tints of Sidecar #EBDEA5

Color information

#EBDEA5 (or 0xEBDEA5) is unknown color: approx Sidecar. HEX triplet: EB, DE and A5. RGB value is (235,222,165). Sum of RGB (Red+Green+Blue) = 235+222+165=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 165 (64.84% from 255 or 26.53% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDEA5 is #14215A. Grayscale: #DBDBDB. Windows color (decimal): -1319259 or 10870507. OLE color: 10870507.

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

Color convert

RGB235222165-
CMYK00.060.300.08
HSL48.86º63.64%78.43%-
HSV(B)48.86º29.79%92.16%-
XYZ67.1772.6246.07-
YUV219.3997.31139.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 165 (64.84% from 255) = 26.53%
R=37.78%
G=35.69%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522216500.060.300.0848.8663.6478.43
HexEBDEA5061E831404e
Octal35333624506361061100116
Binary111010111101111010100101011011110100011000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEA5; }

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

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

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

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

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

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

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

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