#EEDCB3

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

Shades of Champagne #EEDCB3

Tints of Champagne #EEDCB3

Color information

#EEDCB3 (or 0xEEDCB3) is unknown color: approx Champagne. HEX triplet: EE, DC and B3. RGB value is (238,220,179). Sum of RGB (Red+Green+Blue) = 238+220+179=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCB3 is #11234C. Grayscale: #DCDCDC. Windows color (decimal): -1123149 or 11787502. OLE color: 11787502.

HSL color Cylindrical-coordinate representation of color #EEDCB3: hue angle of 41.69º degrees, saturation: 0.63, 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 #EEDCB3 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB238220179-
CMYK00.080.250.07
HSL41.69º63.44%81.76%-
HSV(B)41.69º24.79%93.33%-
XYZ68.9972.6253.03-
YUV220.71104.46140.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 179 (70.31% from 255) = 28.10%
R=37.36%
G=34.54%
B=28.10%

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
Decimal23822017900.080.250.0741.6963.4481.76
HexEEDCB3081972a3f52
Octal3563342630103175277122
Binary11101110110111001011001101000110011111010101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCB3; }

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

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

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

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

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

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

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

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