#ECDCA0

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

Shades of Sidecar #ECDCA0

Tints of Sidecar #ECDCA0

Color information

#ECDCA0 (or 0xECDCA0) is unknown color: approx Sidecar. HEX triplet: EC, DC and A0. RGB value is (236,220,160). Sum of RGB (Red+Green+Blue) = 236+220+160=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDCA0 is #13235F. Grayscale: #DADADA. Windows color (decimal): -1254240 or 10542316. OLE color: 10542316.

HSL color Cylindrical-coordinate representation of color #ECDCA0: hue angle of 47.37º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECDCA0 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB236220160-
CMYK00.070.320.07
HSL47.37º66.67%77.65%-
HSV(B)47.37º32.2%92.55%-
XYZ66.5371.5643.56-
YUV217.9495.3140.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 160 (62.89% from 255) = 25.97%
R=38.31%
G=35.71%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622016000.070.320.0747.3766.6777.65
HexECDCA0072072f434e
Octal3543342400740757103116
Binary111011001101110010100000011110000011110111110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCA0; }

 p { color: rgb(236,220,160); }

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

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

 a { background-color: rgb(236,220,160); }

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

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

 span { border-color: rgb(236,220,160); }

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