#EFD9B3

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

Shades of Champagne #EFD9B3

Tints of Champagne #EFD9B3

Color information

#EFD9B3 (or 0xEFD9B3) is unknown color: approx Champagne. HEX triplet: EF, D9 and B3. RGB value is (239,217,179). Sum of RGB (Red+Green+Blue) = 239+217+179=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9B3 is #10264C. Grayscale: #DBDBDB. Windows color (decimal): -1058381 or 11786735. OLE color: 11786735.

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

Color convert

RGB239217179-
CMYK00.090.250.06
HSL38º65.22%81.96%-
HSV(B)38º25.1%93.73%-
XYZ68.5571.2352.78-
YUV219.25105.29142.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 217 (85.16% from 255) = 34.17%
BLUE value IS 179 (70.31% from 255) = 28.19%
R=37.64%
G=34.17%
B=28.19%

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
Decimal23921717900.090.250.063865.2281.96
HexEFD9B309196264152
Octal35733126301131646101122
Binary111011111101100110110011010011100111010011010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9B3; }

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

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

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

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

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

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

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

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