#EAD9BA

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

Shades of Champagne #EAD9BA

Tints of Champagne #EAD9BA

Color information

#EAD9BA (or 0xEAD9BA) is unknown color: approx Champagne. HEX triplet: EA, D9 and BA. RGB value is (234,217,186). Sum of RGB (Red+Green+Blue) = 234+217+186=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9BA is #152645. Grayscale: #DADADA. Windows color (decimal): -1386054 or 12245482. OLE color: 12245482.

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

Color convert

RGB234217186-
CMYK00.070.210.08
HSL38.75º53.33%82.35%-
HSV(B)38.75º20.51%91.76%-
XYZ67.6170.6656.53-
YUV218.55109.63139.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 186 (73.05% from 255) = 29.20%
R=36.73%
G=34.07%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421718600.070.210.0838.7553.3382.35
HexEAD9BA07158273552
Octal3523312720725104765122
Binary11101010110110011011101001111010110001001111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9BA; }

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

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

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

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

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

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

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

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