#EBDAB4

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

Shades of Champagne #EBDAB4

Tints of Champagne #EBDAB4

Color information

#EBDAB4 (or 0xEBDAB4) is unknown color: approx Champagne. HEX triplet: EB, DA and B4. RGB value is (235,218,180). Sum of RGB (Red+Green+Blue) = 235+218+180=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAB4 is #14254B. Grayscale: #DADADA. Windows color (decimal): -1320268 or 11852523. OLE color: 11852523.

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

Color convert

RGB235218180-
CMYK00.070.230.08
HSL41.45º57.89%81.37%-
HSV(B)41.45º23.4%92.16%-
XYZ67.5771.153.34-
YUV218.75106.13139.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 180 (70.70% from 255) = 28.44%
R=37.12%
G=34.44%
B=28.44%

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
Decimal23521818000.070.230.0841.4557.8981.37
HexEBDAB407178293a51
Octal3533322640727105172121
Binary11101011110110101011010001111011110001010011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAB4; }

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

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

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

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

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

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

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

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