#EEDAB3

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

Shades of Champagne #EEDAB3

Tints of Champagne #EEDAB3

Color information

#EEDAB3 (or 0xEEDAB3) is unknown color: approx Champagne. HEX triplet: EE, DA and B3. RGB value is (238,218,179). Sum of RGB (Red+Green+Blue) = 238+218+179=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAB3 is #11254C. Grayscale: #DBDBDB. Windows color (decimal): -1123661 or 11786990. OLE color: 11786990.

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

Color convert

RGB238218179-
CMYK00.080.250.07
HSL39.66º63.44%81.76%-
HSV(B)39.66º24.79%93.33%-
XYZ68.4771.5752.85-
YUV219.53105.13141.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 179 (70.31% from 255) = 28.19%
R=37.48%
G=34.33%
B=28.19%

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
Decimal23821817900.080.250.0739.6663.4481.76
HexEEDAB308197283f52
Octal3563322630103175077122
Binary11101110110110101011001101000110011111010001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAB3; }

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

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

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

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

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

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

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

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