#ECDDA2

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

Shades of Sidecar #ECDDA2

Tints of Sidecar #ECDDA2

Color information

#ECDDA2 (or 0xECDDA2) is unknown color: approx Sidecar. HEX triplet: EC, DD and A2. RGB value is (236,221,162). Sum of RGB (Red+Green+Blue) = 236+221+162=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 162 (63.67% from 255 or 26.17% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDDA2 is #13225D. Grayscale: #DBDBDB. Windows color (decimal): -1253982 or 10673644. OLE color: 10673644.

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

Color convert

RGB236221162-
CMYK00.060.310.07
HSL47.84º66.07%78.04%-
HSV(B)47.84º31.36%92.55%-
XYZ66.9772.1544.58-
YUV218.7695.97140.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 162 (63.67% from 255) = 26.17%
R=38.13%
G=35.70%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622116200.060.310.0747.8466.0778.04
HexECDDA2061F730424e
Octal3543352420637760102116
Binary11101100110111011010001001101111111111000010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDA2; }

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

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

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

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

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

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

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

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