#EAD7BA

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

Shades of Champagne #EAD7BA

Tints of Champagne #EAD7BA

Color information

#EAD7BA (or 0xEAD7BA) is unknown color: approx Champagne. HEX triplet: EA, D7 and BA. RGB value is (234,215,186). Sum of RGB (Red+Green+Blue) = 234+215+186=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7BA is #152845. Grayscale: #D9D9D9. Windows color (decimal): -1386566 or 12244970. OLE color: 12244970.

HSL color Cylindrical-coordinate representation of color #EAD7BA: hue angle of 36.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAD7BA is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234215186-
CMYK00.080.210.08
HSL36.25º53.33%82.35%-
HSV(B)36.25º20.51%91.76%-
XYZ67.169.6456.36-
YUV217.38110.29139.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 215 (84.38% from 255) = 33.86%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=36.85%
G=33.86%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421518600.080.210.0836.2553.3382.35
HexEAD7BA08158243552
Octal35232727201025104465122
Binary111010101101011110111010010001010110001001001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7BA; }

 p { color: rgb(234,215,186); }

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

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

 a { background-color: rgb(234,215,186); }

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

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

 span { border-color: rgb(234,215,186); }

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