#EED8B9

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

Shades of Champagne #EED8B9

Tints of Champagne #EED8B9

Color information

#EED8B9 (or 0xEED8B9) is unknown color: approx Champagne. HEX triplet: EE, D8 and B9. RGB value is (238,216,185). Sum of RGB (Red+Green+Blue) = 238+216+185=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 185 (72.66% from 255 or 28.95% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8B9 is #112746. Grayscale: #DBDBDB. Windows color (decimal): -1124167 or 12179694. OLE color: 12179694.

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

Color convert

RGB238216185-
CMYK00.090.220.07
HSL35.09º60.92%82.94%-
HSV(B)35.09º22.27%93.33%-
XYZ68.5770.7955.95-
YUV219.04108.79141.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 185 (72.66% from 255) = 28.95%
R=37.25%
G=33.80%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821618500.090.220.0735.0960.9282.94
HexEED8B909167233d53
Octal3563302710112674375123
Binary11101110110110001011100101001101101111000111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8B9; }

 p { color: rgb(238,216,185); }

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

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

 a { background-color: rgb(238,216,185); }

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

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

 span { border-color: rgb(238,216,185); }

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