#E2DEA5

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

Shades of Mint Julep #E2DEA5

Tints of Mint Julep #E2DEA5

Color information

#E2DEA5 (or 0xE2DEA5) is unknown color: approx Mint Julep. HEX triplet: E2, DE and A5. RGB value is (226,222,165). Sum of RGB (Red+Green+Blue) = 226+222+165=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 165 (64.84% from 255 or 26.92% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DEA5 is #1D215A. Grayscale: #D8D8D8. Windows color (decimal): -1909083 or 10870498. OLE color: 10870498.

HSL color Cylindrical-coordinate representation of color #E2DEA5: hue angle of 56.07º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2DEA5 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB226222165-
CMYK00.020.270.11
HSL56.07º51.26%76.67%-
HSV(B)56.07º26.99%88.63%-
XYZ64.2871.1345.94-
YUV216.798.83134.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.87%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 165 (64.84% from 255) = 26.92%
R=36.87%
G=36.22%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622216500.020.270.1156.0751.2676.67
HexE2DEA5021BB38334d
Octal3423362450233137063115
Binary1110001011011110101001010101101110111110001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DEA5; }

 p { color: rgb(226,222,165); }

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

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

 a { background-color: rgb(226,222,165); }

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

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

 span { border-color: rgb(226,222,165); }

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