#ECD6B4

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

Shades of Champagne #ECD6B4

Tints of Champagne #ECD6B4

Color information

#ECD6B4 (or 0xECD6B4) is unknown color: approx Champagne. HEX triplet: EC, D6 and B4. RGB value is (236,214,180). Sum of RGB (Red+Green+Blue) = 236+214+180=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6B4 is #13294B. Grayscale: #D8D8D8. Windows color (decimal): -1255756 or 11851500. OLE color: 11851500.

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

Color convert

RGB236214180-
CMYK00.090.240.07
HSL36.43º59.57%81.57%-
HSV(B)36.43º23.73%92.55%-
XYZ66.8869.2253.02-
YUV216.7107.29141.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 214 (83.98% from 255) = 33.97%
BLUE value IS 180 (70.70% from 255) = 28.57%
R=37.46%
G=33.97%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621418000.090.240.0736.4359.5781.57
HexECD6B409187243c52
Octal3543262640113074474122
Binary11101100110101101011010001001110001111001001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6B4; }

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

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

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

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

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

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

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

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