#EEDAB5

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

Shades of Champagne #EEDAB5

Tints of Champagne #EEDAB5

Color information

#EEDAB5 (or 0xEEDAB5) is unknown color: approx Champagne. HEX triplet: EE, DA and B5. RGB value is (238,218,181). Sum of RGB (Red+Green+Blue) = 238+218+181=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAB5 is #11254A. Grayscale: #DBDBDB. Windows color (decimal): -1123659 or 11918062. OLE color: 11918062.

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

Color convert

RGB238218181-
CMYK00.080.240.07
HSL38.95º62.64%82.16%-
HSV(B)38.95º23.95%93.33%-
XYZ68.6771.6653.93-
YUV219.76106.13141.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 181 (71.09% from 255) = 28.41%
R=37.36%
G=34.22%
B=28.41%

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
Decimal23821818100.080.240.0738.9562.6482.16
HexEEDAB508187273f52
Octal3563322650103074777122
Binary11101110110110101011010101000110001111001111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAB5; }

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

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

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

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

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

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

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

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