#ECDCAD

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

Shades of Sidecar #ECDCAD

Tints of Sidecar #ECDCAD

Color information

#ECDCAD (or 0xECDCAD) is unknown color: approx Sidecar. HEX triplet: EC, DC and AD. RGB value is (236,220,173). Sum of RGB (Red+Green+Blue) = 236+220+173=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDCAD is #132352. Grayscale: #DBDBDB. Windows color (decimal): -1254227 or 11394284. OLE color: 11394284.

HSL color Cylindrical-coordinate representation of color #ECDCAD: hue angle of 44.76º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECDCAD is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB236220173-
CMYK00.070.270.07
HSL44.76º62.38%80.2%-
HSV(B)44.76º26.69%92.55%-
XYZ67.7372.0449.87-
YUV219.43101.8139.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.52%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=37.52%
G=34.98%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622017300.070.270.0744.7662.3880.2
HexECDCAD071B72d3e50
Octal354334255073375576120
Binary1110110011011100101011010111110111111011011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCAD; }

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

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

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

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

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

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

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

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