#ECDCA2

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

Shades of Sidecar #ECDCA2

Tints of Sidecar #ECDCA2

Color information

#ECDCA2 (or 0xECDCA2) is unknown color: approx Sidecar. HEX triplet: EC, DC and A2. RGB value is (236,220,162). Sum of RGB (Red+Green+Blue) = 236+220+162=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDCA2 is #13235D. Grayscale: #DADADA. Windows color (decimal): -1254238 or 10673388. OLE color: 10673388.

HSL color Cylindrical-coordinate representation of color #ECDCA2: hue angle of 47.03º 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 #ECDCA2 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB236220162-
CMYK00.070.310.07
HSL47.03º66.07%78.04%-
HSV(B)47.03º31.36%92.55%-
XYZ66.7171.6344.49-
YUV218.1796.3140.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 162 (63.67% from 255) = 26.21%
R=38.19%
G=35.60%
B=26.21%

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
Decimal23622016200.070.310.0747.0366.0778.04
HexECDCA2071F72f424e
Octal3543342420737757102116
Binary11101100110111001010001001111111111110111110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCA2; }

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

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

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

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

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

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

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

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