#EBDE9D

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

Shades of Sidecar #EBDE9D

Tints of Sidecar #EBDE9D

Color information

#EBDE9D (or 0xEBDE9D) is unknown color: approx Sidecar. HEX triplet: EB, DE and 9D. RGB value is (235,222,157). Sum of RGB (Red+Green+Blue) = 235+222+157=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDE9D is #142162. Grayscale: #DADADA. Windows color (decimal): -1319267 or 10346219. OLE color: 10346219.

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

Color convert

RGB235222157-
CMYK00.060.330.08
HSL50º66.1%76.86%-
HSV(B)50º33.19%92.16%-
XYZ66.4772.3442.36-
YUV218.4893.31139.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 157 (61.72% from 255) = 25.57%
R=38.27%
G=36.16%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522215700.060.330.085066.176.86
HexEBDE9D0621832424d
Octal35333623506411062102115
Binary1110101111011110100111010110100001100011001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE9D; }

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

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

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

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

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

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

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

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