#EFDCB3

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

Shades of Champagne #EFDCB3

Tints of Champagne #EFDCB3

Color information

#EFDCB3 (or 0xEFDCB3) is unknown color: approx Champagne. HEX triplet: EF, DC and B3. RGB value is (239,220,179). Sum of RGB (Red+Green+Blue) = 239+220+179=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 179 (70.31% from 255 or 28.06% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCB3 is #10234C. Grayscale: #DDDDDD. Windows color (decimal): -1057613 or 11787503. OLE color: 11787503.

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

Color convert

RGB239220179-
CMYK00.080.250.06
HSL41º65.22%81.96%-
HSV(B)41º25.1%93.73%-
XYZ69.3372.7953.04-
YUV221.01104.29140.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 179 (70.31% from 255) = 28.06%
R=37.46%
G=34.48%
B=28.06%

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
Decimal23922017900.080.250.064165.2281.96
HexEFDCB308196294152
Octal35733426301031651101122
Binary111011111101110010110011010001100111010100110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCB3; }

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

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

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

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

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

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

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

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