#EAD6B4

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

Shades of Champagne #EAD6B4

Tints of Champagne #EAD6B4

Color information

#EAD6B4 (or 0xEAD6B4) is unknown color: approx Champagne. HEX triplet: EA, D6 and B4. RGB value is (234,214,180). Sum of RGB (Red+Green+Blue) = 234+214+180=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6B4 is #15294B. Grayscale: #D8D8D8. Windows color (decimal): -1386828 or 11851498. OLE color: 11851498.

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

Color convert

RGB234214180-
CMYK00.090.230.08
HSL37.78º56.25%81.18%-
HSV(B)37.78º23.08%91.76%-
XYZ66.2268.8852.99-
YUV216.1107.63140.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 214 (83.98% from 255) = 34.08%
BLUE value IS 180 (70.70% from 255) = 28.66%
R=37.26%
G=34.08%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421418000.090.230.0837.7856.2581.18
HexEAD6B409178263851
Octal35232626401127104670121
Binary111010101101011010110100010011011110001001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6B4; }

 p { color: rgb(234,214,180); }

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

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

 a { background-color: rgb(234,214,180); }

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

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

 span { border-color: rgb(234,214,180); }

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