#ECDDAD

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

Shades of Sidecar #ECDDAD

Tints of Sidecar #ECDDAD

Color information

#ECDDAD (or 0xECDDAD) is unknown color: approx Sidecar. HEX triplet: EC, DD and AD. RGB value is (236,221,173). Sum of RGB (Red+Green+Blue) = 236+221+173=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDDAD is #132252. Grayscale: #DCDCDC. Windows color (decimal): -1253971 or 11394540. OLE color: 11394540.

HSL color Cylindrical-coordinate representation of color #ECDDAD: hue angle of 45.71º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECDDAD is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB236221173-
CMYK00.060.270.07
HSL45.71º62.38%80.2%-
HSV(B)45.71º26.69%92.55%-
XYZ67.9972.5649.96-
YUV220.01101.47139.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=37.46%
G=35.08%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622117300.060.270.0745.7162.3880.2
HexECDDAD061B72e3e50
Octal354335255063375676120
Binary1110110011011101101011010110110111111011101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDAD; }

 p { color: rgb(236,221,173); }

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

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

 a { background-color: rgb(236,221,173); }

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

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

 span { border-color: rgb(236,221,173); }

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