#EEDAB9

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

Shades of Champagne #EEDAB9

Tints of Champagne #EEDAB9

Color information

#EEDAB9 (or 0xEEDAB9) is unknown color: approx Champagne. HEX triplet: EE, DA and B9. RGB value is (238,218,185). Sum of RGB (Red+Green+Blue) = 238+218+185=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAB9 is #112546. Grayscale: #DCDCDC. Windows color (decimal): -1123655 or 12180206. OLE color: 12180206.

HSL color Cylindrical-coordinate representation of color #EEDAB9: hue angle of 37.36º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEDAB9 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238218185-
CMYK00.080.220.07
HSL37.36º60.92%82.94%-
HSV(B)37.36º22.27%93.33%-
XYZ69.0971.8256.12-
YUV220.22108.13140.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 185 (72.66% from 255) = 28.86%
R=37.13%
G=34.01%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821818500.080.220.0737.3660.9282.94
HexEEDAB908167253d53
Octal3563322710102674575123
Binary11101110110110101011100101000101101111001011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAB9; }

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

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

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

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

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

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

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

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