#EBDDAA

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

Shades of Sidecar #EBDDAA

Tints of Sidecar #EBDDAA

Color information

#EBDDAA (or 0xEBDDAA) is unknown color: approx Sidecar. HEX triplet: EB, DD and AA. RGB value is (235,221,170). Sum of RGB (Red+Green+Blue) = 235+221+170=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDAA is #142255. Grayscale: #DBDBDB. Windows color (decimal): -1319510 or 11197931. OLE color: 11197931.

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

Color convert

RGB235221170-
CMYK00.060.280.08
HSL47.08º61.9%79.41%-
HSV(B)47.08º27.66%92.16%-
XYZ67.3772.2848.43-
YUV219.37100.14139.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 170 (66.80% from 255) = 27.16%
R=37.54%
G=35.30%
B=27.16%

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
Decimal23522117000.060.280.0847.0861.979.41
HexEBDDAA061C82f3e4f
Octal3533352520634105776117
Binary11101011110111011010101001101110010001011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDAA; }

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

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

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

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

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

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

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

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