#EFDBB4

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

Shades of Champagne #EFDBB4

Tints of Champagne #EFDBB4

Color information

#EFDBB4 (or 0xEFDBB4) is unknown color: approx Champagne. HEX triplet: EF, DB and B4. RGB value is (239,219,180). Sum of RGB (Red+Green+Blue) = 239+219+180=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBB4 is #10244B. Grayscale: #DCDCDC. Windows color (decimal): -1057868 or 11852783. OLE color: 11852783.

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

Color convert

RGB239219180-
CMYK00.080.250.06
HSL39.66º64.84%82.16%-
HSV(B)39.66º24.69%93.73%-
XYZ69.1772.3153.49-
YUV220.53105.13141.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 180 (70.70% from 255) = 28.21%
R=37.46%
G=34.33%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921918000.080.250.0639.6664.8482.16
HexEFDBB408196284152
Octal35733326401031650101122
Binary111011111101101110110100010001100111010100010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBB4; }

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

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

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

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

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

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

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

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