#E2E1A4

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

Shades of Mint Julep #E2E1A4

Tints of Mint Julep #E2E1A4

Color information

#E2E1A4 (or 0xE2E1A4) is unknown color: approx Mint Julep. HEX triplet: E2, E1 and A4. RGB value is (226,225,164). Sum of RGB (Red+Green+Blue) = 226+225+164=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E1A4 is #1D1E5B. Grayscale: #DADADA. Windows color (decimal): -1908316 or 10805730. OLE color: 10805730.

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

Color convert

RGB226225164-
CMYK00.000.270.11
HSL59.03º51.67%76.47%-
HSV(B)59.03º27.43%88.63%-
XYZ64.9972.745.73-
YUV218.3497.33133.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.75%
GREEN value IS 225 (88.28% from 255) = 36.59%
BLUE value IS 164 (64.45% from 255) = 26.67%
R=36.75%
G=36.59%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622516400.000.270.1159.0351.6776.47
HexE2E1A4001BB3b344c
Octal3423412440033137364114
Binary111000101110000110100100001101110111110111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1A4; }

 p { color: rgb(226,225,164); }

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

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

 a { background-color: rgb(226,225,164); }

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

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

 span { border-color: rgb(226,225,164); }

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