#ECDDA0

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

Shades of Sidecar #ECDDA0

Tints of Sidecar #ECDDA0

Color information

#ECDDA0 (or 0xECDDA0) is unknown color: approx Sidecar. HEX triplet: EC, DD and A0. RGB value is (236,221,160). Sum of RGB (Red+Green+Blue) = 236+221+160=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDDA0 is #13225F. Grayscale: #DADADA. Windows color (decimal): -1253984 or 10542572. OLE color: 10542572.

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

Color convert

RGB236221160-
CMYK00.060.320.07
HSL48.16º66.67%77.65%-
HSV(B)48.16º32.2%92.55%-
XYZ66.7972.0843.65-
YUV218.5394.97140.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 160 (62.89% from 255) = 25.93%
R=38.25%
G=35.82%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622116000.060.320.0748.1666.6777.65
HexECDDA00620730434e
Octal3543352400640760103116
Binary111011001101110110100000011010000011111000010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDA0; }

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

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

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

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

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

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

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

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