#EEDBB4

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

Shades of Champagne #EEDBB4

Tints of Champagne #EEDBB4

Color information

#EEDBB4 (or 0xEEDBB4) is unknown color: approx Champagne. HEX triplet: EE, DB and B4. RGB value is (238,219,180). Sum of RGB (Red+Green+Blue) = 238+219+180=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBB4 is #11244B. Grayscale: #DCDCDC. Windows color (decimal): -1123404 or 11852782. OLE color: 11852782.

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

Color convert

RGB238219180-
CMYK00.080.240.07
HSL40.34º63.04%81.96%-
HSV(B)40.34º24.37%93.33%-
XYZ68.8372.1453.48-
YUV220.24105.29140.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 180 (70.70% from 255) = 28.26%
R=37.36%
G=34.38%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821918000.080.240.0740.3463.0481.96
HexEEDBB408187283f52
Octal3563332640103075077122
Binary11101110110110111011010001000110001111010001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBB4; }

 p { color: rgb(238,219,180); }

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

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

 a { background-color: rgb(238,219,180); }

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

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

 span { border-color: rgb(238,219,180); }

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