#EDD7B5

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

Shades of Champagne #EDD7B5

Tints of Champagne #EDD7B5

Color information

#EDD7B5 (or 0xEDD7B5) is unknown color: approx Champagne. HEX triplet: ED, D7 and B5. RGB value is (237,215,181). Sum of RGB (Red+Green+Blue) = 237+215+181=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7B5 is #12284A. Grayscale: #D9D9D9. Windows color (decimal): -1189963 or 11917293. OLE color: 11917293.

HSL color Cylindrical-coordinate representation of color #EDD7B5: hue angle of 36.43º degrees, saturation: 0.61, 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 #EDD7B5 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB237215181-
CMYK00.090.240.07
HSL36.43º60.87%81.96%-
HSV(B)36.43º23.63%92.94%-
XYZ67.5769.9453.66-
YUV217.7107.29141.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 215 (84.38% from 255) = 33.97%
BLUE value IS 181 (71.09% from 255) = 28.59%
R=37.44%
G=33.97%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721518100.090.240.0736.4360.8781.96
HexEDD7B509187243d52
Octal3553272650113074475122
Binary11101101110101111011010101001110001111001001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7B5; }

 p { color: rgb(237,215,181); }

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

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

 a { background-color: rgb(237,215,181); }

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

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

 span { border-color: rgb(237,215,181); }

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