#EEDCB2

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

Shades of Champagne #EEDCB2

Tints of Champagne #EEDCB2

Color information

#EEDCB2 (or 0xEEDCB2) is unknown color: approx Champagne. HEX triplet: EE, DC and B2. RGB value is (238,220,178). Sum of RGB (Red+Green+Blue) = 238+220+178=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDCB2 is #11234D. Grayscale: #DCDCDC. Windows color (decimal): -1123150 or 11721966. OLE color: 11721966.

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

Color convert

RGB238220178-
CMYK00.080.250.07
HSL42º63.83%81.57%-
HSV(B)42º25.21%93.33%-
XYZ68.8972.5852.5-
YUV220.59103.96140.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 178 (69.92% from 255) = 27.99%
R=37.42%
G=34.59%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822017800.080.250.074263.8381.57
HexEEDCB2081972a4052
Octal35633426201031752100122
Binary111011101101110010110010010001100111110101010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCB2; }

 p { color: rgb(238,220,178); }

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

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

 a { background-color: rgb(238,220,178); }

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

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

 span { border-color: rgb(238,220,178); }

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