#EED8BA

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

Shades of Champagne #EED8BA

Tints of Champagne #EED8BA

Color information

#EED8BA (or 0xEED8BA) is unknown color: approx Champagne. HEX triplet: EE, D8 and BA. RGB value is (238,216,186). Sum of RGB (Red+Green+Blue) = 238+216+186=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8BA is #112745. Grayscale: #DBDBDB. Windows color (decimal): -1124166 or 12245230. OLE color: 12245230.

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

Color convert

RGB238216186-
CMYK00.090.220.07
HSL34.62º60.47%83.14%-
HSV(B)34.62º21.85%93.33%-
XYZ68.6870.8356.51-
YUV219.16109.29141.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 216 (84.77% from 255) = 33.75%
BLUE value IS 186 (73.05% from 255) = 29.06%
R=37.19%
G=33.75%
B=29.06%

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
Decimal23821618600.090.220.0734.6260.4783.14
HexEED8BA09167233c53
Octal3563302720112674374123
Binary11101110110110001011101001001101101111000111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8BA; }

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

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

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

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

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

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

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

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