#EAD7B6

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

Shades of Champagne #EAD7B6

Tints of Champagne #EAD7B6

Color information

#EAD7B6 (or 0xEAD7B6) is unknown color: approx Champagne. HEX triplet: EA, D7 and B6. RGB value is (234,215,182). Sum of RGB (Red+Green+Blue) = 234+215+182=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7B6 is #152849. Grayscale: #D9D9D9. Windows color (decimal): -1386570 or 11982826. OLE color: 11982826.

HSL color Cylindrical-coordinate representation of color #EAD7B6: hue angle of 38.08º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAD7B6 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB234215182-
CMYK00.080.220.08
HSL38.08º55.32%81.57%-
HSV(B)38.08º22.22%91.76%-
XYZ66.6869.4754.15-
YUV216.92108.29140.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 215 (84.38% from 255) = 34.07%
BLUE value IS 182 (71.48% from 255) = 28.84%
R=37.08%
G=34.07%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421518200.080.220.0838.0855.3281.57
HexEAD7B608168263752
Octal35232726601026104667122
Binary111010101101011110110110010001011010001001101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7B6; }

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

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

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

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

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

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

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

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