#EDDAB3

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

Shades of Champagne #EDDAB3

Tints of Champagne #EDDAB3

Color information

#EDDAB3 (or 0xEDDAB3) is unknown color: approx Champagne. HEX triplet: ED, DA and B3. RGB value is (237,218,179). Sum of RGB (Red+Green+Blue) = 237+218+179=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAB3 is #12254C. Grayscale: #DBDBDB. Windows color (decimal): -1189197 or 11786989. OLE color: 11786989.

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

Color convert

RGB237218179-
CMYK00.080.240.07
HSL40.34º61.7%81.57%-
HSV(B)40.34º24.47%92.94%-
XYZ68.1371.452.84-
YUV219.24105.29140.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 179 (70.31% from 255) = 28.23%
R=37.38%
G=34.38%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721817900.080.240.0740.3461.781.57
HexEDDAB308187283e52
Octal3553322630103075076122
Binary11101101110110101011001101000110001111010001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAB3; }

 p { color: rgb(237,218,179); }

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

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

 a { background-color: rgb(237,218,179); }

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

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

 span { border-color: rgb(237,218,179); }

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