#EBDEAA

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

Shades of Sidecar #EBDEAA

Tints of Sidecar #EBDEAA

Color information

#EBDEAA (or 0xEBDEAA) is unknown color: approx Sidecar. HEX triplet: EB, DE and AA. RGB value is (235,222,170). Sum of RGB (Red+Green+Blue) = 235+222+170=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDEAA is #142155. Grayscale: #DCDCDC. Windows color (decimal): -1319254 or 11198187. OLE color: 11198187.

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

Color convert

RGB235222170-
CMYK00.060.280.08
HSL48º61.9%79.41%-
HSV(B)48º27.66%92.16%-
XYZ67.6472.8148.52-
YUV219.9699.81138.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 170 (66.80% from 255) = 27.11%
R=37.48%
G=35.41%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522217000.060.280.084861.979.41
HexEBDEAA061C8303e4f
Octal3533362520634106076117
Binary11101011110111101010101001101110010001100001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEAA; }

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

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

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

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

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

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

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

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