#EAD9B6

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

Shades of Champagne #EAD9B6

Tints of Champagne #EAD9B6

Color information

#EAD9B6 (or 0xEAD9B6) is unknown color: approx Champagne. HEX triplet: EA, D9 and B6. RGB value is (234,217,182). Sum of RGB (Red+Green+Blue) = 234+217+182=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 182 (71.48% from 255 or 28.75% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9B6 is #152649. Grayscale: #DADADA. Windows color (decimal): -1386058 or 11983338. OLE color: 11983338.

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

Color convert

RGB234217182-
CMYK00.070.220.08
HSL40.38º55.32%81.57%-
HSV(B)40.38º22.22%91.76%-
XYZ67.1970.554.32-
YUV218.09107.63139.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 182 (71.48% from 255) = 28.75%
R=36.97%
G=34.28%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421718200.070.220.0840.3855.3281.57
HexEAD9B607168283752
Octal3523312660726105067122
Binary11101010110110011011011001111011010001010001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9B6; }

 p { color: rgb(234,217,182); }

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

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

 a { background-color: rgb(234,217,182); }

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

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

 span { border-color: rgb(234,217,182); }

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