#EAD8B4

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

Shades of Champagne #EAD8B4

Tints of Champagne #EAD8B4

Color information

#EAD8B4 (or 0xEAD8B4) is unknown color: approx Champagne. HEX triplet: EA, D8 and B4. RGB value is (234,216,180). Sum of RGB (Red+Green+Blue) = 234+216+180=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8B4 is #15274B. Grayscale: #D9D9D9. Windows color (decimal): -1386316 or 11852010. OLE color: 11852010.

HSL color Cylindrical-coordinate representation of color #EAD8B4: hue angle of 40º 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 #EAD8B4 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234216180-
CMYK00.080.230.08
HSL40º56.25%81.18%-
HSV(B)40º23.08%91.76%-
XYZ66.7369.953.16-
YUV217.28106.96139.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 216 (84.77% from 255) = 34.29%
BLUE value IS 180 (70.70% from 255) = 28.57%
R=37.14%
G=34.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421618000.080.230.084056.2581.18
HexEAD8B408178283851
Octal35233026401027105070121
Binary111010101101100010110100010001011110001010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8B4; }

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

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

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

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

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

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

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

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