#EFDAB9

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

Shades of Champagne #EFDAB9

Tints of Champagne #EFDAB9

Color information

#EFDAB9 (or 0xEFDAB9) is unknown color: approx Champagne. HEX triplet: EF, DA and B9. RGB value is (239,218,185). Sum of RGB (Red+Green+Blue) = 239+218+185=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 185 (72.66% from 255 or 28.82% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAB9 is #102546. Grayscale: #DCDCDC. Windows color (decimal): -1058119 or 12180207. OLE color: 12180207.

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

Color convert

RGB239218185-
CMYK00.090.230.06
HSL36.67º62.79%83.14%-
HSV(B)36.67º22.59%93.73%-
XYZ69.427256.14-
YUV220.52107.96141.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 185 (72.66% from 255) = 28.82%
R=37.23%
G=33.96%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921818500.090.230.0636.6762.7983.14
HexEFDAB909176253f53
Octal3573322710112764577123
Binary11101111110110101011100101001101111101001011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAB9; }

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

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

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

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

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

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

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

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