#EAD8B5

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

Shades of Champagne #EAD8B5

Tints of Champagne #EAD8B5

Color information

#EAD8B5 (or 0xEAD8B5) is unknown color: approx Champagne. HEX triplet: EA, D8 and B5. RGB value is (234,216,181). Sum of RGB (Red+Green+Blue) = 234+216+181=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8B5 is #15274A. Grayscale: #D9D9D9. Windows color (decimal): -1386315 or 11917546. OLE color: 11917546.

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

Color convert

RGB234216181-
CMYK00.080.230.08
HSL39.62º55.79%81.37%-
HSV(B)39.62º22.65%91.76%-
XYZ66.8369.9453.69-
YUV217.39107.46139.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 216 (84.77% from 255) = 34.23%
BLUE value IS 181 (71.09% from 255) = 28.68%
R=37.08%
G=34.23%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421618100.080.230.0839.6255.7981.37
HexEAD8B508178283851
Octal35233026501027105070121
Binary111010101101100010110101010001011110001010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8B5; }

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

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

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

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

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

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

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

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