#EFD9B4

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

Shades of Champagne #EFD9B4

Tints of Champagne #EFD9B4

Color information

#EFD9B4 (or 0xEFD9B4) is unknown color: approx Champagne. HEX triplet: EF, D9 and B4. RGB value is (239,217,180). Sum of RGB (Red+Green+Blue) = 239+217+180=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9B4 is #10264B. Grayscale: #DBDBDB. Windows color (decimal): -1058380 or 11852271. OLE color: 11852271.

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

Color convert

RGB239217180-
CMYK00.090.250.06
HSL37.63º64.84%82.16%-
HSV(B)37.63º24.69%93.73%-
XYZ68.6571.2753.32-
YUV219.36105.79142.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 217 (85.16% from 255) = 34.12%
BLUE value IS 180 (70.70% from 255) = 28.30%
R=37.58%
G=34.12%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921718000.090.250.0637.6364.8482.16
HexEFD9B409196264152
Octal35733126401131646101122
Binary111011111101100110110100010011100111010011010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9B4; }

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

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

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

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

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

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

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

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