#EAD7B3

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

Shades of Champagne #EAD7B3

Tints of Champagne #EAD7B3

Color information

#EAD7B3 (or 0xEAD7B3) is unknown color: approx Champagne. HEX triplet: EA, D7 and B3. RGB value is (234,215,179). Sum of RGB (Red+Green+Blue) = 234+215+179=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 179 (70.31% from 255 or 28.50% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7B3 is #15284C. Grayscale: #D8D8D8. Windows color (decimal): -1386573 or 11786218. OLE color: 11786218.

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

Color convert

RGB234215179-
CMYK00.080.240.08
HSL39.27º56.7%80.98%-
HSV(B)39.27º23.5%91.76%-
XYZ66.3769.3552.54-
YUV216.58106.79140.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 215 (84.38% from 255) = 34.24%
BLUE value IS 179 (70.31% from 255) = 28.50%
R=37.26%
G=34.24%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421517900.080.240.0839.2756.780.98
HexEAD7B308188273951
Octal35232726301030104771121
Binary111010101101011110110011010001100010001001111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7B3; }

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

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

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

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

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

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

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

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