#EFDCB5

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

Shades of Champagne #EFDCB5

Tints of Champagne #EFDCB5

Color information

#EFDCB5 (or 0xEFDCB5) is unknown color: approx Champagne. HEX triplet: EF, DC and B5. RGB value is (239,220,181). Sum of RGB (Red+Green+Blue) = 239+220+181=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCB5 is #10234A. Grayscale: #DDDDDD. Windows color (decimal): -1057611 or 11918575. OLE color: 11918575.

HSL color Cylindrical-coordinate representation of color #EFDCB5: hue angle of 40.34º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFDCB5 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB239220181-
CMYK00.080.240.06
HSL40.34º64.44%82.35%-
HSV(B)40.34º24.27%93.73%-
XYZ69.5372.8754.12-
YUV221.24105.29140.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 181 (71.09% from 255) = 28.28%
R=37.34%
G=34.38%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922018100.080.240.0640.3464.4482.35
HexEFDCB508186284052
Octal35733426501030650100122
Binary111011111101110010110101010001100011010100010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCB5; }

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

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

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

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

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

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

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

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