#E9D5BA

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

Shades of Champagne #E9D5BA

Tints of Champagne #E9D5BA

Color information

#E9D5BA (or 0xE9D5BA) is unknown color: approx Champagne. HEX triplet: E9, D5 and BA. RGB value is (233,213,186). Sum of RGB (Red+Green+Blue) = 233+213+186=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D5BA is #162A45. Grayscale: #D8D8D8. Windows color (decimal): -1452614 or 12244457. OLE color: 12244457.

HSL color Cylindrical-coordinate representation of color #E9D5BA: hue angle of 34.47º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9D5BA is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233213186-
CMYK00.090.200.09
HSL34.47º51.65%82.16%-
HSV(B)34.47º20.17%91.37%-
XYZ66.2668.4656.18-
YUV215.9111.13140.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.87%
GREEN value IS 213 (83.59% from 255) = 33.70%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=36.87%
G=33.70%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321318600.090.200.0934.4751.6582.16
HexE9D5BA09149223452
Octal35132527201124114264122
Binary111010011101010110111010010011010010011000101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D5BA; }

 p { color: rgb(233,213,186); }

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

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

 a { background-color: rgb(233,213,186); }

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

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

 span { border-color: rgb(233,213,186); }

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