#ECDBA1

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

Shades of Sidecar #ECDBA1

Tints of Sidecar #ECDBA1

Color information

#ECDBA1 (or 0xECDBA1) is unknown color: approx Sidecar. HEX triplet: EC, DB and A1. RGB value is (236,219,161). Sum of RGB (Red+Green+Blue) = 236+219+161=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDBA1 is #13245E. Grayscale: #D9D9D9. Windows color (decimal): -1254495 or 10607596. OLE color: 10607596.

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

Color convert

RGB236219161-
CMYK00.070.320.07
HSL46.4º66.37%77.84%-
HSV(B)46.4º31.78%92.55%-
XYZ66.3671.0743.94-
YUV217.4796.13141.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 161 (63.28% from 255) = 26.14%
R=38.31%
G=35.55%
B=26.14%

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
Decimal23621916100.070.320.0746.466.3777.84
HexECDBA1072072e424e
Octal3543332410740756102116
Binary111011001101101110100001011110000011110111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBA1; }

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

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

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

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

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

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

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

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