#E1DBA5

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

Shades of Mint Julep #E1DBA5

Tints of Mint Julep #E1DBA5

Color information

#E1DBA5 (or 0xE1DBA5) is unknown color: approx Mint Julep. HEX triplet: E1, DB and A5. RGB value is (225,219,165). Sum of RGB (Red+Green+Blue) = 225+219+165=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DBA5 is #1E245A. Grayscale: #D6D6D6. Windows color (decimal): -1975387 or 10869729. OLE color: 10869729.

HSL color Cylindrical-coordinate representation of color #E1DBA5: hue angle of 54º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1DBA5 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB225219165-
CMYK00.030.270.12
HSL54º50%76.47%-
HSV(B)54º26.67%88.24%-
XYZ63.1769.3945.66-
YUV214.6499.99135.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 165 (64.84% from 255) = 27.09%
R=36.95%
G=35.96%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521916500.030.270.12545076.47
HexE1DBA5031BC36324c
Octal3413332450333146662114
Binary1110000111011011101001010111101111001101101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBA5; }

 p { color: rgb(225,219,165); }

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

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

 a { background-color: rgb(225,219,165); }

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

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

 span { border-color: rgb(225,219,165); }

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