#EBDEAD

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

Shades of Sidecar #EBDEAD

Tints of Sidecar #EBDEAD

Color information

#EBDEAD (or 0xEBDEAD) is unknown color: approx Sidecar. HEX triplet: EB, DE and AD. RGB value is (235,222,173). Sum of RGB (Red+Green+Blue) = 235+222+173=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDEAD is #142152. Grayscale: #DCDCDC. Windows color (decimal): -1319251 or 11394795. OLE color: 11394795.

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

Color convert

RGB235222173-
CMYK00.060.260.08
HSL47.42º60.78%80%-
HSV(B)47.42º26.38%92.16%-
XYZ67.9372.9250.03-
YUV220.3101.31138.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 222 (87.11% from 255) = 35.24%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=37.30%
G=35.24%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522217300.060.260.0847.4260.7880
HexEBDEAD061A82f3d50
Octal3533362550632105775120
Binary11101011110111101010110101101101010001011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEAD; }

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

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

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

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

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

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

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

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