#EBD9B8

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

Shades of Champagne #EBD9B8

Tints of Champagne #EBD9B8

Color information

#EBD9B8 (or 0xEBD9B8) is unknown color: approx Champagne. HEX triplet: EB, D9 and B8. RGB value is (235,217,184). Sum of RGB (Red+Green+Blue) = 235+217+184=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9B8 is #142647. Grayscale: #DADADA. Windows color (decimal): -1320520 or 12114411. OLE color: 12114411.

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

Color convert

RGB235217184-
CMYK00.080.220.08
HSL38.82º56.04%82.16%-
HSV(B)38.82º21.7%92.16%-
XYZ67.7370.7555.43-
YUV218.62108.46139.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 217 (85.16% from 255) = 34.12%
BLUE value IS 184 (72.27% from 255) = 28.93%
R=36.95%
G=34.12%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521718400.080.220.0838.8256.0482.16
HexEBD9B808168273852
Octal35333127001026104770122
Binary111010111101100110111000010001011010001001111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9B8; }

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

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

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

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

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

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

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

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