#EAD9B5

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

Shades of Champagne #EAD9B5

Tints of Champagne #EAD9B5

Color information

#EAD9B5 (or 0xEAD9B5) is unknown color: approx Champagne. HEX triplet: EA, D9 and B5. RGB value is (234,217,181). Sum of RGB (Red+Green+Blue) = 234+217+181=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9B5 is #15264A. Grayscale: #DADADA. Windows color (decimal): -1386059 or 11917802. OLE color: 11917802.

HSL color Cylindrical-coordinate representation of color #EAD9B5: hue angle of 40.75º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAD9B5 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234217181-
CMYK00.070.230.08
HSL40.75º55.79%81.37%-
HSV(B)40.75º22.65%91.76%-
XYZ67.0970.4553.78-
YUV217.98107.13139.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 217 (85.16% from 255) = 34.34%
BLUE value IS 181 (71.09% from 255) = 28.64%
R=37.03%
G=34.34%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421718100.070.230.0840.7555.7981.37
HexEAD9B507178293851
Octal3523312650727105170121
Binary11101010110110011011010101111011110001010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9B5; }

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

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

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

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

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

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

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

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