#EBD9B9

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

Shades of Champagne #EBD9B9

Tints of Champagne #EBD9B9

Color information

#EBD9B9 (or 0xEBD9B9) is unknown color: approx Champagne. HEX triplet: EB, D9 and B9. RGB value is (235,217,185). Sum of RGB (Red+Green+Blue) = 235+217+185=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9B9 is #142646. Grayscale: #DADADA. Windows color (decimal): -1320519 or 12179947. OLE color: 12179947.

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

Color convert

RGB235217185-
CMYK00.080.210.08
HSL38.4º55.56%82.35%-
HSV(B)38.4º21.28%92.16%-
XYZ67.8370.7955.99-
YUV218.73108.96139.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 185 (72.66% from 255) = 29.04%
R=36.89%
G=34.07%
B=29.04%

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
Decimal23521718500.080.210.0838.455.5682.35
HexEBD9B908158263852
Octal35333127101025104670122
Binary111010111101100110111001010001010110001001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9B9; }

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

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

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

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

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

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

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

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