#EBD6B4

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

Shades of Champagne #EBD6B4

Tints of Champagne #EBD6B4

Color information

#EBD6B4 (or 0xEBD6B4) is unknown color: approx Champagne. HEX triplet: EB, D6 and B4. RGB value is (235,214,180). Sum of RGB (Red+Green+Blue) = 235+214+180=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6B4 is #14294B. Grayscale: #D8D8D8. Windows color (decimal): -1321292 or 11851499. OLE color: 11851499.

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

Color convert

RGB235214180-
CMYK00.090.230.08
HSL37.09º57.89%81.37%-
HSV(B)37.09º23.4%92.16%-
XYZ66.5569.0553-
YUV216.4107.46141.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 214 (83.98% from 255) = 34.02%
BLUE value IS 180 (70.70% from 255) = 28.62%
R=37.36%
G=34.02%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521418000.090.230.0837.0957.8981.37
HexEBD6B409178253a51
Octal35332626401127104572121
Binary111010111101011010110100010011011110001001011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6B4; }

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

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

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

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

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

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

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

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