#EBD8B3

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

Shades of Champagne #EBD8B3

Tints of Champagne #EBD8B3

Color information

#EBD8B3 (or 0xEBD8B3) is unknown color: approx Champagne. HEX triplet: EB, D8 and B3. RGB value is (235,216,179). Sum of RGB (Red+Green+Blue) = 235+216+179=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 179 (70.31% from 255 or 28.41% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8B3 is #14274C. Grayscale: #D9D9D9. Windows color (decimal): -1320781 or 11786475. OLE color: 11786475.

HSL color Cylindrical-coordinate representation of color #EBD8B3: hue angle of 39.64º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBD8B3 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235216179-
CMYK00.080.240.08
HSL39.64º58.33%81.18%-
HSV(B)39.64º23.83%92.16%-
XYZ66.9570.0352.64-
YUV217.46106.29140.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 216 (84.77% from 255) = 34.29%
BLUE value IS 179 (70.31% from 255) = 28.41%
R=37.30%
G=34.29%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521617900.080.240.0839.6458.3381.18
HexEBD8B308188283a51
Octal35333026301030105072121
Binary111010111101100010110011010001100010001010001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8B3; }

 p { color: rgb(235,216,179); }

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

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

 a { background-color: rgb(235,216,179); }

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

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

 span { border-color: rgb(235,216,179); }

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