#EED9BA

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

Shades of Champagne #EED9BA

Tints of Champagne #EED9BA

Color information

#EED9BA (or 0xEED9BA) is unknown color: approx Champagne. HEX triplet: EE, D9 and BA. RGB value is (238,217,186). Sum of RGB (Red+Green+Blue) = 238+217+186=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9BA is #112645. Grayscale: #DBDBDB. Windows color (decimal): -1123910 or 12245486. OLE color: 12245486.

HSL color Cylindrical-coordinate representation of color #EED9BA: hue angle of 35.77º degrees, saturation: 0.6, 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 #EED9BA is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238217186-
CMYK00.090.220.07
HSL35.77º60.47%83.14%-
HSV(B)35.77º21.85%93.33%-
XYZ68.9471.3556.59-
YUV219.74108.96141.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 186 (73.05% from 255) = 29.02%
R=37.13%
G=33.85%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821718600.090.220.0735.7760.4783.14
HexEED9BA09167243c53
Octal3563312720112674474123
Binary11101110110110011011101001001101101111001001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9BA; }

 p { color: rgb(238,217,186); }

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

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

 a { background-color: rgb(238,217,186); }

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

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

 span { border-color: rgb(238,217,186); }

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