#EBDAA6

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

Shades of Sidecar #EBDAA6

Tints of Sidecar #EBDAA6

Color information

#EBDAA6 (or 0xEBDAA6) is unknown color: approx Sidecar. HEX triplet: EB, DA and A6. RGB value is (235,218,166). Sum of RGB (Red+Green+Blue) = 235+218+166=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 166 (65.23% from 255 or 26.82% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDAA6 is #142559. Grayscale: #D9D9D9. Windows color (decimal): -1320282 or 10935019. OLE color: 10935019.

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

Color convert

RGB235218166-
CMYK00.070.290.08
HSL45.22º63.3%78.63%-
HSV(B)45.22º29.36%92.16%-
XYZ66.2270.5646.21-
YUV217.1699.13140.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 166 (65.23% from 255) = 26.82%
R=37.96%
G=35.22%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521816600.070.290.0845.2263.378.63
HexEBDAA6071D82d3f4f
Octal3533322460735105577117
Binary11101011110110101010011001111110110001011011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAA6; }

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

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

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

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

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

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

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

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