#EBD7B7

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

Shades of Champagne #EBD7B7

Tints of Champagne #EBD7B7

Color information

#EBD7B7 (or 0xEBD7B7) is unknown color: approx Champagne. HEX triplet: EB, D7 and B7. RGB value is (235,215,183). Sum of RGB (Red+Green+Blue) = 235+215+183=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 183 (71.88% from 255 or 28.91% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7B7 is #142848. Grayscale: #D9D9D9. Windows color (decimal): -1321033 or 12048363. OLE color: 12048363.

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

Color convert

RGB235215183-
CMYK00.090.220.08
HSL36.92º56.52%81.96%-
HSV(B)36.92º22.13%92.16%-
XYZ67.1169.6854.71-
YUV217.33108.63140.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 215 (84.38% from 255) = 33.97%
BLUE value IS 183 (71.88% from 255) = 28.91%
R=37.12%
G=33.97%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521518300.090.220.0836.9256.5281.96
HexEBD7B709168253952
Octal35332726701126104571122
Binary111010111101011110110111010011011010001001011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7B7; }

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

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

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

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

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

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

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

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