#EEDAB6

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

Shades of Champagne #EEDAB6

Tints of Champagne #EEDAB6

Color information

#EEDAB6 (or 0xEEDAB6) is unknown color: approx Champagne. HEX triplet: EE, DA and B6. RGB value is (238,218,182). Sum of RGB (Red+Green+Blue) = 238+218+182=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAB6 is #112549. Grayscale: #DCDCDC. Windows color (decimal): -1123658 or 11983598. OLE color: 11983598.

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

Color convert

RGB238218182-
CMYK00.080.240.07
HSL38.57º62.22%82.35%-
HSV(B)38.57º23.53%93.33%-
XYZ68.7771.754.47-
YUV219.88106.63140.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 182 (71.48% from 255) = 28.53%
R=37.30%
G=34.17%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821818200.080.240.0738.5762.2282.35
HexEEDAB608187273e52
Octal3563322660103074776122
Binary11101110110110101011011001000110001111001111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAB6; }

 p { color: rgb(238,218,182); }

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

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

 a { background-color: rgb(238,218,182); }

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

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

 span { border-color: rgb(238,218,182); }

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