#EBDCAD

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

Shades of Sidecar #EBDCAD

Tints of Sidecar #EBDCAD

Color information

#EBDCAD (or 0xEBDCAD) is unknown color: approx Sidecar. HEX triplet: EB, DC and AD. RGB value is (235,220,173). Sum of RGB (Red+Green+Blue) = 235+220+173=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDCAD is #142352. Grayscale: #DBDBDB. Windows color (decimal): -1319763 or 11394283. OLE color: 11394283.

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

Color convert

RGB235220173-
CMYK00.060.260.08
HSL45.48º60.78%80%-
HSV(B)45.48º26.38%92.16%-
XYZ67.471.8749.85-
YUV219.13101.97139.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 173 (67.97% from 255) = 27.55%
R=37.42%
G=35.03%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522017300.060.260.0845.4860.7880
HexEBDCAD061A82d3d50
Octal3533342550632105575120
Binary11101011110111001010110101101101010001011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCAD; }

 p { color: rgb(235,220,173); }

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

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

 a { background-color: rgb(235,220,173); }

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

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

 span { border-color: rgb(235,220,173); }

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