#EFD8B4

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

Shades of Champagne #EFD8B4

Tints of Champagne #EFD8B4

Color information

#EFD8B4 (or 0xEFD8B4) is unknown color: approx Champagne. HEX triplet: EF, D8 and B4. RGB value is (239,216,180). Sum of RGB (Red+Green+Blue) = 239+216+180=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8B4 is #10274B. Grayscale: #DADADA. Windows color (decimal): -1058636 or 11852015. OLE color: 11852015.

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

Color convert

RGB239216180-
CMYK00.100.250.06
HSL36.61º64.84%82.16%-
HSV(B)36.61º24.69%93.73%-
XYZ68.3970.7653.23-
YUV218.77106.12142.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 180 (70.70% from 255) = 28.35%
R=37.64%
G=34.02%
B=28.35%

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
Decimal23921618000.100.250.0636.6164.8482.16
HexEFD8B40A196254152
Octal35733026401231645101122
Binary111011111101100010110100010101100111010010110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8B4; }

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

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

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

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

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

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

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

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