#EFDABA

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

Shades of Champagne #EFDABA

Tints of Champagne #EFDABA

Color information

#EFDABA (or 0xEFDABA) is unknown color: approx Champagne. HEX triplet: EF, DA and BA. RGB value is (239,218,186). Sum of RGB (Red+Green+Blue) = 239+218+186=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDABA is #102545. Grayscale: #DCDCDC. Windows color (decimal): -1058118 or 12245743. OLE color: 12245743.

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

Color convert

RGB239218186-
CMYK00.090.220.06
HSL36.23º62.35%83.33%-
HSV(B)36.23º22.18%93.73%-
XYZ69.5372.0456.69-
YUV220.63108.46141.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 186 (73.05% from 255) = 28.93%
R=37.17%
G=33.90%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921818600.090.220.0636.2362.3583.33
HexEFDABA09166243e53
Octal3573322720112664476123
Binary11101111110110101011101001001101101101001001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDABA; }

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

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

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

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

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

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

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

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