#EFD8B3

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

Shades of Champagne #EFD8B3

Tints of Champagne #EFD8B3

Color information

#EFD8B3 (or 0xEFD8B3) is unknown color: approx Champagne. HEX triplet: EF, D8 and B3. RGB value is (239,216,179). Sum of RGB (Red+Green+Blue) = 239+216+179=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8B3 is #10274C. Grayscale: #DADADA. Windows color (decimal): -1058637 or 11786479. OLE color: 11786479.

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

Color convert

RGB239216179-
CMYK00.100.250.06
HSL37º65.22%81.96%-
HSV(B)37º25.1%93.73%-
XYZ68.2970.7252.7-
YUV218.66105.62142.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 216 (84.77% from 255) = 34.07%
BLUE value IS 179 (70.31% from 255) = 28.23%
R=37.70%
G=34.07%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921617900.100.250.063765.2281.96
HexEFD8B30A196254152
Octal35733026301231645101122
Binary111011111101100010110011010101100111010010110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8B3; }

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

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

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

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

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

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

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

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