#EBD6B6

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

Shades of Champagne #EBD6B6

Tints of Champagne #EBD6B6

Color information

#EBD6B6 (or 0xEBD6B6) is unknown color: approx Champagne. HEX triplet: EB, D6 and B6. RGB value is (235,214,182). Sum of RGB (Red+Green+Blue) = 235+214+182=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6B6 is #142949. Grayscale: #D8D8D8. Windows color (decimal): -1321290 or 11982571. OLE color: 11982571.

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

Color convert

RGB235214182-
CMYK00.090.230.08
HSL36.23º56.99%81.76%-
HSV(B)36.23º22.55%92.16%-
XYZ66.7569.1354.08-
YUV216.63108.46141.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 214 (83.98% from 255) = 33.91%
BLUE value IS 182 (71.48% from 255) = 28.84%
R=37.24%
G=33.91%
B=28.84%

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
Decimal23521418200.090.230.0836.2356.9981.76
HexEBD6B609178243952
Octal35332626601127104471122
Binary111010111101011010110110010011011110001001001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6B6; }

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

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

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

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

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

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

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

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