#ECDCA3

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

Shades of Sidecar #ECDCA3

Tints of Sidecar #ECDCA3

Color information

#ECDCA3 (or 0xECDCA3) is unknown color: approx Sidecar. HEX triplet: EC, DC and A3. RGB value is (236,220,163). Sum of RGB (Red+Green+Blue) = 236+220+163=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDCA3 is #13235C. Grayscale: #DADADA. Windows color (decimal): -1254237 or 10738924. OLE color: 10738924.

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

Color convert

RGB236220163-
CMYK00.070.310.07
HSL46.85º65.77%78.24%-
HSV(B)46.85º30.93%92.55%-
XYZ66.871.6644.96-
YUV218.2996.8140.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 163 (64.06% from 255) = 26.33%
R=38.13%
G=35.54%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622016300.070.310.0746.8565.7778.24
HexECDCA3071F72f424e
Octal3543342430737757102116
Binary11101100110111001010001101111111111110111110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCA3; }

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

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

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

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

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

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

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

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