#EFDAB2

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

Shades of Champagne #EFDAB2

Tints of Champagne #EFDAB2

Color information

#EFDAB2 (or 0xEFDAB2) is unknown color: approx Champagne. HEX triplet: EF, DA and B2. RGB value is (239,218,178). Sum of RGB (Red+Green+Blue) = 239+218+178=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAB2 is #10254D. Grayscale: #DBDBDB. Windows color (decimal): -1058126 or 11721455. OLE color: 11721455.

HSL color Cylindrical-coordinate representation of color #EFDAB2: hue angle of 39.34º 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 #EFDAB2 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239218178-
CMYK00.090.260.06
HSL39.34º65.59%81.76%-
HSV(B)39.34º25.52%93.73%-
XYZ68.771.7152.34-
YUV219.72104.46141.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 178 (69.92% from 255) = 28.03%
R=37.64%
G=34.33%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921817800.090.260.0639.3465.5981.76
HexEFDAB2091A6274252
Octal35733226201132647102122
Binary111011111101101010110010010011101011010011110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAB2; }

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

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

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

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

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

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

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

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