#EBDAB7

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

Shades of Champagne #EBDAB7

Tints of Champagne #EBDAB7

Color information

#EBDAB7 (or 0xEBDAB7) is unknown color: approx Champagne. HEX triplet: EB, DA and B7. RGB value is (235,218,183). Sum of RGB (Red+Green+Blue) = 235+218+183=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 183 (71.88% from 255 or 28.77% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAB7 is #142548. Grayscale: #DBDBDB. Windows color (decimal): -1320265 or 12049131. OLE color: 12049131.

HSL color Cylindrical-coordinate representation of color #EBDAB7: hue angle of 40.38º degrees, saturation: 0.57, 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 #EBDAB7 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB235218183-
CMYK00.070.220.08
HSL40.38º56.52%81.96%-
HSV(B)40.38º22.13%92.16%-
XYZ67.8871.2254.97-
YUV219.09107.63139.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 183 (71.88% from 255) = 28.77%
R=36.95%
G=34.28%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521818300.070.220.0840.3856.5281.96
HexEBDAB707168283952
Octal3533322670726105071122
Binary11101011110110101011011101111011010001010001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAB7; }

 p { color: rgb(235,218,183); }

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

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

 a { background-color: rgb(235,218,183); }

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

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

 span { border-color: rgb(235,218,183); }

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