#EEDAB7

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

Shades of Champagne #EEDAB7

Tints of Champagne #EEDAB7

Color information

#EEDAB7 (or 0xEEDAB7) is unknown color: approx Champagne. HEX triplet: EE, DA and B7. RGB value is (238,218,183). Sum of RGB (Red+Green+Blue) = 238+218+183=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAB7 is #112548. Grayscale: #DCDCDC. Windows color (decimal): -1123657 or 12049134. OLE color: 12049134.

HSL color Cylindrical-coordinate representation of color #EEDAB7: hue angle of 38.18º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEDAB7 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB238218183-
CMYK00.080.230.07
HSL38.18º61.8%82.55%-
HSV(B)38.18º23.11%93.33%-
XYZ68.8871.7455.02-
YUV219.99107.13140.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 183 (71.88% from 255) = 28.64%
R=37.25%
G=34.12%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821818300.080.230.0738.1861.882.55
HexEEDAB708177263e53
Octal3563322670102774676123
Binary11101110110110101011011101000101111111001101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAB7; }

 p { color: rgb(238,218,183); }

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

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

 a { background-color: rgb(238,218,183); }

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

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

 span { border-color: rgb(238,218,183); }

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