#E1DBA0

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

Shades of Mint Julep #E1DBA0

Tints of Mint Julep #E1DBA0

Color information

#E1DBA0 (or 0xE1DBA0) is unknown color: approx Mint Julep. HEX triplet: E1, DB and A0. RGB value is (225,219,160). Sum of RGB (Red+Green+Blue) = 225+219+160=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DBA0 is #1E245F. Grayscale: #D6D6D6. Windows color (decimal): -1975392 or 10542049. OLE color: 10542049.

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

Color convert

RGB225219160-
CMYK00.030.290.12
HSL54.46º52%75.49%-
HSV(B)54.46º28.89%88.24%-
XYZ62.7369.2143.31-
YUV214.0797.49135.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 160 (62.89% from 255) = 26.49%
R=37.25%
G=36.26%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521916000.030.290.1254.465275.49
HexE1DBA0031DC36344b
Octal3413332400335146664113
Binary1110000111011011101000000111110111001101101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBA0; }

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

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

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

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

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

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

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

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