#EDD9B9

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

Shades of Champagne #EDD9B9

Tints of Champagne #EDD9B9

Color information

#EDD9B9 (or 0xEDD9B9) is unknown color: approx Champagne. HEX triplet: ED, D9 and B9. RGB value is (237,217,185). Sum of RGB (Red+Green+Blue) = 237+217+185=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 185 (72.66% from 255 or 28.95% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9B9 is #122646. Grayscale: #DBDBDB. Windows color (decimal): -1189447 or 12179949. OLE color: 12179949.

HSL color Cylindrical-coordinate representation of color #EDD9B9: hue angle of 36.92º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDD9B9 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237217185-
CMYK00.080.220.07
HSL36.92º59.09%82.75%-
HSV(B)36.92º21.94%92.94%-
XYZ68.4971.1356.02-
YUV219.33108.63140.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 185 (72.66% from 255) = 28.95%
R=37.09%
G=33.96%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721718500.080.220.0736.9259.0982.75
HexEDD9B908167253b53
Octal3553312710102674573123
Binary11101101110110011011100101000101101111001011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9B9; }

 p { color: rgb(237,217,185); }

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

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

 a { background-color: rgb(237,217,185); }

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

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

 span { border-color: rgb(237,217,185); }

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