#EAD7B5

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

Shades of Champagne #EAD7B5

Tints of Champagne #EAD7B5

Color information

#EAD7B5 (or 0xEAD7B5) is unknown color: approx Champagne. HEX triplet: EA, D7 and B5. RGB value is (234,215,181). Sum of RGB (Red+Green+Blue) = 234+215+181=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7B5 is #15284A. Grayscale: #D8D8D8. Windows color (decimal): -1386571 or 11917290. OLE color: 11917290.

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

Color convert

RGB234215181-
CMYK00.080.230.08
HSL38.49º55.79%81.37%-
HSV(B)38.49º22.65%91.76%-
XYZ66.5769.4353.61-
YUV216.8107.79140.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 181 (71.09% from 255) = 28.73%
R=37.14%
G=34.13%
B=28.73%

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
Decimal23421518100.080.230.0838.4955.7981.37
HexEAD7B508178263851
Octal35232726501027104670121
Binary111010101101011110110101010001011110001001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7B5; }

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

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

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

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

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

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

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

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