#ECD6BA

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

Shades of Champagne #ECD6BA

Tints of Champagne #ECD6BA

Color information

#ECD6BA (or 0xECD6BA) is unknown color: approx Champagne. HEX triplet: EC, D6 and BA. RGB value is (236,214,186). Sum of RGB (Red+Green+Blue) = 236+214+186=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6BA is #132945. Grayscale: #D9D9D9. Windows color (decimal): -1255750 or 12244716. OLE color: 12244716.

HSL color Cylindrical-coordinate representation of color #ECD6BA: hue angle of 33.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECD6BA is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236214186-
CMYK00.090.210.07
HSL33.6º56.82%82.75%-
HSV(B)33.6º21.19%92.55%-
XYZ67.569.4756.31-
YUV217.39110.29141.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.11%
GREEN value IS 214 (83.98% from 255) = 33.65%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=37.11%
G=33.65%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621418600.090.210.0733.656.8282.75
HexECD6BA09157223953
Octal3543262720112574271123
Binary11101100110101101011101001001101011111000101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6BA; }

 p { color: rgb(236,214,186); }

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

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

 a { background-color: rgb(236,214,186); }

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

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

 span { border-color: rgb(236,214,186); }

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