#EEDBB9

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

Shades of Champagne #EEDBB9

Tints of Champagne #EEDBB9

Color information

#EEDBB9 (or 0xEEDBB9) is unknown color: approx Champagne. HEX triplet: EE, DB and B9. RGB value is (238,219,185). Sum of RGB (Red+Green+Blue) = 238+219+185=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 185 (72.66% from 255 or 28.82% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBB9 is #112446. Grayscale: #DCDCDC. Windows color (decimal): -1123399 or 12180462. OLE color: 12180462.

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

Color convert

RGB238219185-
CMYK00.080.220.07
HSL38.49º60.92%82.94%-
HSV(B)38.49º22.27%93.33%-
XYZ69.3572.3456.21-
YUV220.8107.79140.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 219 (85.94% from 255) = 34.11%
BLUE value IS 185 (72.66% from 255) = 28.82%
R=37.07%
G=34.11%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821918500.080.220.0738.4960.9282.94
HexEEDBB908167263d53
Octal3563332710102674675123
Binary11101110110110111011100101000101101111001101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBB9; }

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

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

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

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

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

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

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

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