#EBDCA4

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

Shades of Sidecar #EBDCA4

Tints of Sidecar #EBDCA4

Color information

#EBDCA4 (or 0xEBDCA4) is unknown color: approx Sidecar. HEX triplet: EB, DC and A4. RGB value is (235,220,164). Sum of RGB (Red+Green+Blue) = 235+220+164=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDCA4 is #14235B. Grayscale: #DADADA. Windows color (decimal): -1319772 or 10804459. OLE color: 10804459.

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

Color convert

RGB235220164-
CMYK00.060.300.08
HSL47.32º63.96%78.24%-
HSV(B)47.32º30.21%92.16%-
XYZ66.5571.5345.42-
YUV218.197.47140.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 164 (64.45% from 255) = 26.49%
R=37.96%
G=35.54%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522016400.060.300.0847.3263.9678.24
HexEBDCA4061E82f404e
Octal35333424406361057100116
Binary111010111101110010100100011011110100010111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCA4; }

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

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

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

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

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

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

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

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