#EAD9BB

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

Shades of Champagne #EAD9BB

Tints of Champagne #EAD9BB

Color information

#EAD9BB (or 0xEAD9BB) is unknown color: approx Champagne. HEX triplet: EA, D9 and BB. RGB value is (234,217,187). Sum of RGB (Red+Green+Blue) = 234+217+187=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9BB is #152644. Grayscale: #DADADA. Windows color (decimal): -1386053 or 12311018. OLE color: 12311018.

HSL color Cylindrical-coordinate representation of color #EAD9BB: hue angle of 38.3º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAD9BB is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234217187-
CMYK00.070.200.08
HSL38.3º52.81%82.55%-
HSV(B)38.3º20.09%91.76%-
XYZ67.7170.7157.09-
YUV218.66110.13138.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 187 (73.44% from 255) = 29.31%
R=36.68%
G=34.01%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421718700.070.200.0838.352.8182.55
HexEAD9BB07148263553
Octal3523312730724104665123
Binary11101010110110011011101101111010010001001101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9BB; }

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

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

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

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

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

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

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

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