#EAD5B9

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

Shades of Champagne #EAD5B9

Tints of Champagne #EAD5B9

Color information

#EAD5B9 (or 0xEAD5B9) is unknown color: approx Champagne. HEX triplet: EA, D5 and B9. RGB value is (234,213,185). Sum of RGB (Red+Green+Blue) = 234+213+185=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD5B9 is #152A46. Grayscale: #D8D8D8. Windows color (decimal): -1387079 or 12178922. OLE color: 12178922.

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

Color convert

RGB234213185-
CMYK00.090.210.08
HSL34.29º53.85%82.16%-
HSV(B)34.29º20.94%91.76%-
XYZ66.4868.5855.63-
YUV216.09110.46140.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 213 (83.59% from 255) = 33.70%
BLUE value IS 185 (72.66% from 255) = 29.27%
R=37.03%
G=33.70%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421318500.090.210.0834.2953.8582.16
HexEAD5B909158223652
Octal35232527101125104266122
Binary111010101101010110111001010011010110001000101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5B9; }

 p { color: rgb(234,213,185); }

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

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

 a { background-color: rgb(234,213,185); }

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

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

 span { border-color: rgb(234,213,185); }

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