#EFDAB3

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

Shades of Champagne #EFDAB3

Tints of Champagne #EFDAB3

Color information

#EFDAB3 (or 0xEFDAB3) is unknown color: approx Champagne. HEX triplet: EF, DA and B3. RGB value is (239,218,179). Sum of RGB (Red+Green+Blue) = 239+218+179=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAB3 is #10254C. Grayscale: #DCDCDC. Windows color (decimal): -1058125 or 11786991. OLE color: 11786991.

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

Color convert

RGB239218179-
CMYK00.090.250.06
HSL39º65.22%81.96%-
HSV(B)39º25.1%93.73%-
XYZ68.871.7552.87-
YUV219.83104.96141.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 179 (70.31% from 255) = 28.14%
R=37.58%
G=34.28%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921817900.090.250.063965.2281.96
HexEFDAB309196274152
Octal35733226301131647101122
Binary111011111101101010110011010011100111010011110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAB3; }

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

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

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

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

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

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

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

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