#EBDAAA

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

Shades of Sidecar #EBDAAA

Tints of Sidecar #EBDAAA

Color information

#EBDAAA (or 0xEBDAAA) is unknown color: approx Sidecar. HEX triplet: EB, DA and AA. RGB value is (235,218,170). Sum of RGB (Red+Green+Blue) = 235+218+170=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDAAA is #142555. Grayscale: #D9D9D9. Windows color (decimal): -1320278 or 11197163. OLE color: 11197163.

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

Color convert

RGB235218170-
CMYK00.070.280.08
HSL44.31º61.9%79.41%-
HSV(B)44.31º27.66%92.16%-
XYZ66.5970.7148.17-
YUV217.61101.13140.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 170 (66.80% from 255) = 27.29%
R=37.72%
G=34.99%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521817000.070.280.0844.3161.979.41
HexEBDAAA071C82c3e4f
Octal3533322520734105476117
Binary11101011110110101010101001111110010001011001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAAA; }

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

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

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

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

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

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

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

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