#EBD8B9

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

Shades of Champagne #EBD8B9

Tints of Champagne #EBD8B9

Color information

#EBD8B9 (or 0xEBD8B9) is unknown color: approx Champagne. HEX triplet: EB, D8 and B9. RGB value is (235,216,185). Sum of RGB (Red+Green+Blue) = 235+216+185=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 185 (72.66% from 255 or 29.09% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8B9 is #142746. Grayscale: #DADADA. Windows color (decimal): -1320775 or 12179691. OLE color: 12179691.

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

Color convert

RGB235216185-
CMYK00.080.210.08
HSL37.2º55.56%82.35%-
HSV(B)37.2º21.28%92.16%-
XYZ67.5770.2855.9-
YUV218.15109.29140.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 216 (84.77% from 255) = 33.96%
BLUE value IS 185 (72.66% from 255) = 29.09%
R=36.95%
G=33.96%
B=29.09%

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
Decimal23521618500.080.210.0837.255.5682.35
HexEBD8B908158253852
Octal35333027101025104570122
Binary111010111101100010111001010001010110001001011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8B9; }

 p { color: rgb(235,216,185); }

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

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

 a { background-color: rgb(235,216,185); }

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

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

 span { border-color: rgb(235,216,185); }

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