#EBDDA4

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

Shades of Sidecar #EBDDA4

Tints of Sidecar #EBDDA4

Color information

#EBDDA4 (or 0xEBDDA4) is unknown color: approx Sidecar. HEX triplet: EB, DD and A4. RGB value is (235,221,164). Sum of RGB (Red+Green+Blue) = 235+221+164=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 164 (64.45% from 255 or 26.45% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDDA4 is #14225B. Grayscale: #DADADA. Windows color (decimal): -1319516 or 10804715. OLE color: 10804715.

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

Color convert

RGB235221164-
CMYK00.060.300.08
HSL48.17º63.96%78.24%-
HSV(B)48.17º30.21%92.16%-
XYZ66.8272.0645.51-
YUV218.6997.14139.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 164 (64.45% from 255) = 26.45%
R=37.90%
G=35.65%
B=26.45%

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
Decimal23522116400.060.300.0848.1763.9678.24
HexEBDDA4061E830404e
Octal35333524406361060100116
Binary111010111101110110100100011011110100011000010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDA4; }

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

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

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

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

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

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

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

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