#EEDAB4

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

Shades of Champagne #EEDAB4

Tints of Champagne #EEDAB4

Color information

#EEDAB4 (or 0xEEDAB4) is unknown color: approx Champagne. HEX triplet: EE, DA and B4. RGB value is (238,218,180). Sum of RGB (Red+Green+Blue) = 238+218+180=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAB4 is #11254B. Grayscale: #DBDBDB. Windows color (decimal): -1123660 or 11852526. OLE color: 11852526.

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

Color convert

RGB238218180-
CMYK00.080.240.07
HSL39.31º63.04%81.96%-
HSV(B)39.31º24.37%93.33%-
XYZ68.5771.6253.39-
YUV219.65105.63141.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 180 (70.70% from 255) = 28.30%
R=37.42%
G=34.28%
B=28.30%

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
Decimal23821818000.080.240.0739.3163.0481.96
HexEEDAB408187273f52
Octal3563322640103074777122
Binary11101110110110101011010001000110001111001111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAB4; }

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

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

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

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

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

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

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

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