#EBD9BA

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

Shades of Champagne #EBD9BA

Tints of Champagne #EBD9BA

Color information

#EBD9BA (or 0xEBD9BA) is unknown color: approx Champagne. HEX triplet: EB, D9 and BA. RGB value is (235,217,186). Sum of RGB (Red+Green+Blue) = 235+217+186=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9BA is #142645. Grayscale: #DADADA. Windows color (decimal): -1320518 or 12245483. OLE color: 12245483.

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

Color convert

RGB235217186-
CMYK00.080.210.08
HSL37.96º55.06%82.55%-
HSV(B)37.96º20.85%92.16%-
XYZ67.9470.8356.55-
YUV218.85109.46139.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=36.83%
G=34.01%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521718600.080.210.0837.9655.0682.55
HexEBD9BA08158263753
Octal35333127201025104667123
Binary111010111101100110111010010001010110001001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9BA; }

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

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

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

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

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

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

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

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