#ECDBA2

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

Shades of Sidecar #ECDBA2

Tints of Sidecar #ECDBA2

Color information

#ECDBA2 (or 0xECDBA2) is unknown color: approx Sidecar. HEX triplet: EC, DB and A2. RGB value is (236,219,162). Sum of RGB (Red+Green+Blue) = 236+219+162=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 162 (63.67% from 255 or 26.26% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDBA2 is #13245D. Grayscale: #D9D9D9. Windows color (decimal): -1254494 or 10673132. OLE color: 10673132.

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

Color convert

RGB236219162-
CMYK00.070.310.07
HSL46.22º66.07%78.04%-
HSV(B)46.22º31.36%92.55%-
XYZ66.4571.144.4-
YUV217.5896.63141.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 162 (63.67% from 255) = 26.26%
R=38.25%
G=35.49%
B=26.26%

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
Decimal23621916200.070.310.0746.2266.0778.04
HexECDBA2071F72e424e
Octal3543332420737756102116
Binary11101100110110111010001001111111111110111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBA2; }

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

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

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

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

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

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

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

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