#EEDAB2

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

Shades of Champagne #EEDAB2

Tints of Champagne #EEDAB2

Color information

#EEDAB2 (or 0xEEDAB2) is unknown color: approx Champagne. HEX triplet: EE, DA and B2. RGB value is (238,218,178). Sum of RGB (Red+Green+Blue) = 238+218+178=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDAB2 is #11254D. Grayscale: #DBDBDB. Windows color (decimal): -1123662 or 11721454. OLE color: 11721454.

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

Color convert

RGB238218178-
CMYK00.080.250.07
HSL40º63.83%81.57%-
HSV(B)40º25.21%93.33%-
XYZ68.3771.5352.32-
YUV219.42104.63141.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 178 (69.92% from 255) = 28.08%
R=37.54%
G=34.38%
B=28.08%

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
Decimal23821817800.080.250.074063.8381.57
HexEEDAB208197284052
Octal35633226201031750100122
Binary111011101101101010110010010001100111110100010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAB2; }

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

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

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

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

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

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

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

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