#EBDAB6

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

Shades of Champagne #EBDAB6

Tints of Champagne #EBDAB6

Color information

#EBDAB6 (or 0xEBDAB6) is unknown color: approx Champagne. HEX triplet: EB, DA and B6. RGB value is (235,218,182). Sum of RGB (Red+Green+Blue) = 235+218+182=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 182 (71.48% from 255 or 28.66% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAB6 is #142549. Grayscale: #DBDBDB. Windows color (decimal): -1320266 or 11983595. OLE color: 11983595.

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

Color convert

RGB235218182-
CMYK00.070.230.08
HSL40.75º56.99%81.76%-
HSV(B)40.75º22.55%92.16%-
XYZ67.7871.1854.42-
YUV218.98107.13139.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 182 (71.48% from 255) = 28.66%
R=37.01%
G=34.33%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521818200.070.230.0840.7556.9981.76
HexEBDAB607178293952
Octal3533322660727105171122
Binary11101011110110101011011001111011110001010011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAB6; }

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

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

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

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

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

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

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

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