#EFDBB2

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

Shades of Champagne #EFDBB2

Tints of Champagne #EFDBB2

Color information

#EFDBB2 (or 0xEFDBB2) is unknown color: approx Champagne. HEX triplet: EF, DB and B2. RGB value is (239,219,178). Sum of RGB (Red+Green+Blue) = 239+219+178=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBB2 is #10244D. Grayscale: #DCDCDC. Windows color (decimal): -1057870 or 11721711. OLE color: 11721711.

HSL color Cylindrical-coordinate representation of color #EFDBB2: hue angle of 40.33º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFDBB2 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239219178-
CMYK00.080.260.06
HSL40.33º65.59%81.76%-
HSV(B)40.33º25.52%93.73%-
XYZ68.9672.2352.43-
YUV220.31104.13141.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 178 (69.92% from 255) = 27.99%
R=37.58%
G=34.43%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921917800.080.260.0640.3365.5981.76
HexEFDBB2081A6284252
Octal35733326201032650102122
Binary111011111101101110110010010001101011010100010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBB2; }

 p { color: rgb(239,219,178); }

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

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

 a { background-color: rgb(239,219,178); }

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

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

 span { border-color: rgb(239,219,178); }

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