#EBD9BB

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

Shades of Champagne #EBD9BB

Tints of Champagne #EBD9BB

Color information

#EBD9BB (or 0xEBD9BB) is unknown color: approx Champagne. HEX triplet: EB, D9 and BB. RGB value is (235,217,187). Sum of RGB (Red+Green+Blue) = 235+217+187=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9BB is #142644. Grayscale: #DBDBDB. Windows color (decimal): -1320517 or 12311019. OLE color: 12311019.

HSL color Cylindrical-coordinate representation of color #EBD9BB: hue angle of 37.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBD9BB is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235217187-
CMYK00.080.200.08
HSL37.5º54.55%82.75%-
HSV(B)37.5º20.43%92.16%-
XYZ68.0470.8857.11-
YUV218.96109.96139.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 187 (73.44% from 255) = 29.26%
R=36.78%
G=33.96%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521718700.080.200.0837.554.5582.75
HexEBD9BB08148263753
Octal35333127301024104667123
Binary111010111101100110111011010001010010001001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9BB; }

 p { color: rgb(235,217,187); }

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

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

 a { background-color: rgb(235,217,187); }

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

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

 span { border-color: rgb(235,217,187); }

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