#EBD5B9

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

Shades of Champagne #EBD5B9

Tints of Champagne #EBD5B9

Color information

#EBD5B9 (or 0xEBD5B9) is unknown color: approx Champagne. HEX triplet: EB, D5 and B9. RGB value is (235,213,185). Sum of RGB (Red+Green+Blue) = 235+213+185=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5B9 is #142A46. Grayscale: #D8D8D8. Windows color (decimal): -1321543 or 12178923. OLE color: 12178923.

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

Color convert

RGB235213185-
CMYK00.090.210.08
HSL33.6º55.56%82.35%-
HSV(B)33.6º21.28%92.16%-
XYZ66.8168.7555.65-
YUV216.39110.29141.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 185 (72.66% from 255) = 29.23%
R=37.12%
G=33.65%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521318500.090.210.0833.655.5682.35
HexEBD5B909158223852
Octal35332527101125104270122
Binary111010111101010110111001010011010110001000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5B9; }

 p { color: rgb(235,213,185); }

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

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

 a { background-color: rgb(235,213,185); }

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

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

 span { border-color: rgb(235,213,185); }

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