#EDDAB1

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

Shades of Champagne #EDDAB1

Tints of Champagne #EDDAB1

Color information

#EDDAB1 (or 0xEDDAB1) is unknown color: approx Champagne. HEX triplet: ED, DA and B1. RGB value is (237,218,177). Sum of RGB (Red+Green+Blue) = 237+218+177=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDAB1 is #12254E. Grayscale: #DBDBDB. Windows color (decimal): -1189199 or 11655917. OLE color: 11655917.

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

Color convert

RGB237218177-
CMYK00.080.250.07
HSL41º62.5%81.18%-
HSV(B)41º25.32%92.94%-
XYZ67.9371.3251.78-
YUV219.01104.29140.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 177 (69.53% from 255) = 28.01%
R=37.5%
G=34.49%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721817700.080.250.074162.581.18
HexEDDAB108197293e51
Octal3553322610103175176121
Binary11101101110110101011000101000110011111010011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAB1; }

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

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

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

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

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

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

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

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