#EBD5B7

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

Shades of Champagne #EBD5B7

Tints of Champagne #EBD5B7

Color information

#EBD5B7 (or 0xEBD5B7) is unknown color: approx Champagne. HEX triplet: EB, D5 and B7. RGB value is (235,213,183). Sum of RGB (Red+Green+Blue) = 235+213+183=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 183 (71.88% from 255 or 29.00% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5B7 is #142A48. Grayscale: #D8D8D8. Windows color (decimal): -1321545 or 12047851. OLE color: 12047851.

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

Color convert

RGB235213183-
CMYK00.090.220.08
HSL34.62º56.52%81.96%-
HSV(B)34.62º22.13%92.16%-
XYZ66.668.6754.54-
YUV216.16109.29141.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 213 (83.59% from 255) = 33.76%
BLUE value IS 183 (71.88% from 255) = 29.00%
R=37.24%
G=33.76%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521318300.090.220.0834.6256.5281.96
HexEBD5B709168233952
Octal35332526701126104371122
Binary111010111101010110110111010011011010001000111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5B7; }

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

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

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

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

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

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

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

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