#EFDAB0

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

Shades of Champagne #EFDAB0

Tints of Champagne #EFDAB0

Color information

#EFDAB0 (or 0xEFDAB0) is unknown color: approx Champagne. HEX triplet: EF, DA and B0. RGB value is (239,218,176). Sum of RGB (Red+Green+Blue) = 239+218+176=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAB0 is #10254F. Grayscale: #DBDBDB. Windows color (decimal): -1058128 or 11590383. OLE color: 11590383.

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

Color convert

RGB239218176-
CMYK00.090.260.06
HSL40º66.32%81.37%-
HSV(B)40º26.36%93.73%-
XYZ68.571.6351.29-
YUV219.49103.46141.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 176 (69.14% from 255) = 27.80%
R=37.76%
G=34.44%
B=27.80%

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
Decimal23921817600.090.260.064066.3281.37
HexEFDAB0091A6284251
Octal35733226001132650102121
Binary111011111101101010110000010011101011010100010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAB0; }

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

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

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

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

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

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

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

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