#EBDBA3

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

Shades of Sidecar #EBDBA3

Tints of Sidecar #EBDBA3

Color information

#EBDBA3 (or 0xEBDBA3) is unknown color: approx Sidecar. HEX triplet: EB, DB and A3. RGB value is (235,219,163). Sum of RGB (Red+Green+Blue) = 235+219+163=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 163 (64.06% from 255 or 26.42% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDBA3 is #14245C. Grayscale: #D9D9D9. Windows color (decimal): -1320029 or 10738667. OLE color: 10738667.

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

Color convert

RGB235219163-
CMYK00.070.310.08
HSL46.67º64.29%78.04%-
HSV(B)46.67º30.64%92.16%-
XYZ66.270.9744.86-
YUV217.497.3140.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 163 (64.06% from 255) = 26.42%
R=38.09%
G=35.49%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521916300.070.310.0846.6764.2978.04
HexEBDBA3071F82f404e
Octal35333324307371057100116
Binary111010111101101110100011011111111100010111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBA3; }

 p { color: rgb(235,219,163); }

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

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

 a { background-color: rgb(235,219,163); }

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

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

 span { border-color: rgb(235,219,163); }

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