#EBD7BA

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

Shades of Champagne #EBD7BA

Tints of Champagne #EBD7BA

Color information

#EBD7BA (or 0xEBD7BA) is unknown color: approx Champagne. HEX triplet: EB, D7 and BA. RGB value is (235,215,186). Sum of RGB (Red+Green+Blue) = 235+215+186=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7BA is #142845. Grayscale: #D9D9D9. Windows color (decimal): -1321030 or 12244971. OLE color: 12244971.

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

Color convert

RGB235215186-
CMYK00.090.210.08
HSL35.51º55.06%82.55%-
HSV(B)35.51º20.85%92.16%-
XYZ67.4269.8156.38-
YUV217.67110.13140.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 215 (84.38% from 255) = 33.81%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=36.95%
G=33.81%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521518600.090.210.0835.5155.0682.55
HexEBD7BA09158243753
Octal35332727201125104467123
Binary111010111101011110111010010011010110001001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7BA; }

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

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

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

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

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

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

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

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