#EBD9B7

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

Shades of Champagne #EBD9B7

Tints of Champagne #EBD9B7

Color information

#EBD9B7 (or 0xEBD9B7) is unknown color: approx Champagne. HEX triplet: EB, D9 and B7. RGB value is (235,217,183). Sum of RGB (Red+Green+Blue) = 235+217+183=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 183 (71.88% from 255 or 28.82% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9B7 is #142648. Grayscale: #DADADA. Windows color (decimal): -1320521 or 12048875. OLE color: 12048875.

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

Color convert

RGB235217183-
CMYK00.080.220.08
HSL39.23º56.52%81.96%-
HSV(B)39.23º22.13%92.16%-
XYZ67.6270.7154.88-
YUV218.51107.96139.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 217 (85.16% from 255) = 34.17%
BLUE value IS 183 (71.88% from 255) = 28.82%
R=37.01%
G=34.17%
B=28.82%

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
Decimal23521718300.080.220.0839.2356.5281.96
HexEBD9B708168273952
Octal35333126701026104771122
Binary111010111101100110110111010001011010001001111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9B7; }

 p { color: rgb(235,217,183); }

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

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

 a { background-color: rgb(235,217,183); }

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

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

 span { border-color: rgb(235,217,183); }

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