#EAD7B7

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

Shades of Champagne #EAD7B7

Tints of Champagne #EAD7B7

Color information

#EAD7B7 (or 0xEAD7B7) is unknown color: approx Champagne. HEX triplet: EA, D7 and B7. RGB value is (234,215,183). Sum of RGB (Red+Green+Blue) = 234+215+183=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 183 (71.88% from 255 or 28.96% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7B7 is #152848. Grayscale: #D9D9D9. Windows color (decimal): -1386569 or 12048362. OLE color: 12048362.

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

Color convert

RGB234215183-
CMYK00.080.220.08
HSL37.65º54.84%81.76%-
HSV(B)37.65º21.79%91.76%-
XYZ66.7869.5154.7-
YUV217.03108.79140.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 215 (84.38% from 255) = 34.02%
BLUE value IS 183 (71.88% from 255) = 28.96%
R=37.03%
G=34.02%
B=28.96%

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
Decimal23421518300.080.220.0837.6554.8481.76
HexEAD7B708168263752
Octal35232726701026104667122
Binary111010101101011110110111010001011010001001101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7B7; }

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

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

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

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

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

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

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

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