#EBD6BA

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

Shades of Champagne #EBD6BA

Tints of Champagne #EBD6BA

Color information

#EBD6BA (or 0xEBD6BA) is unknown color: approx Champagne. HEX triplet: EB, D6 and BA. RGB value is (235,214,186). Sum of RGB (Red+Green+Blue) = 235+214+186=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6BA is #142945. Grayscale: #D9D9D9. Windows color (decimal): -1321286 or 12244715. OLE color: 12244715.

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

Color convert

RGB235214186-
CMYK00.090.210.08
HSL34.29º55.06%82.55%-
HSV(B)34.29º20.85%92.16%-
XYZ67.1769.356.29-
YUV217.09110.46140.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 214 (83.98% from 255) = 33.70%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=37.01%
G=33.70%
B=29.29%

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
Decimal23521418600.090.210.0834.2955.0682.55
HexEBD6BA09158223753
Octal35332627201125104267123
Binary111010111101011010111010010011010110001000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6BA; }

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

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

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

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

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

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

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

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