#EADAB5

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

Shades of Champagne #EADAB5

Tints of Champagne #EADAB5

Color information

#EADAB5 (or 0xEADAB5) is unknown color: approx Champagne. HEX triplet: EA, DA and B5. RGB value is (234,218,181). Sum of RGB (Red+Green+Blue) = 234+218+181=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAB5 is #15254A. Grayscale: #DADADA. Windows color (decimal): -1385803 or 11918058. OLE color: 11918058.

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

Color convert

RGB234218181-
CMYK00.070.230.08
HSL41.89º55.79%81.37%-
HSV(B)41.89º22.65%91.76%-
XYZ67.3470.9753.87-
YUV218.57106.8139.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 181 (71.09% from 255) = 28.59%
R=36.97%
G=34.44%
B=28.59%

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
Decimal23421818100.070.230.0841.8955.7981.37
HexEADAB5071782a3851
Octal3523322650727105270121
Binary11101010110110101011010101111011110001010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAB5; }

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

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

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

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

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

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

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

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