#ECDCA1

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

Shades of Sidecar #ECDCA1

Tints of Sidecar #ECDCA1

Color information

#ECDCA1 (or 0xECDCA1) is unknown color: approx Sidecar. HEX triplet: EC, DC and A1. RGB value is (236,220,161). Sum of RGB (Red+Green+Blue) = 236+220+161=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDCA1 is #13235E. Grayscale: #DADADA. Windows color (decimal): -1254239 or 10607852. OLE color: 10607852.

HSL color Cylindrical-coordinate representation of color #ECDCA1: hue angle of 47.2º degrees, saturation: 0.66, 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 #ECDCA1 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB236220161-
CMYK00.070.320.07
HSL47.2º66.37%77.84%-
HSV(B)47.2º31.78%92.55%-
XYZ66.6271.5944.03-
YUV218.0695.8140.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 161 (63.28% from 255) = 26.09%
R=38.25%
G=35.66%
B=26.09%

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
Decimal23622016100.070.320.0747.266.3777.84
HexECDCA1072072f424e
Octal3543342410740757102116
Binary111011001101110010100001011110000011110111110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCA1; }

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

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

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

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

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

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

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

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