#E2EDA1

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

Shades of Australian Mint #E2EDA1

Tints of Australian Mint #E2EDA1

Color information

#E2EDA1 (or 0xE2EDA1) is unknown color: approx Australian Mint. HEX triplet: E2, ED and A1. RGB value is (226,237,161). Sum of RGB (Red+Green+Blue) = 226+237+161=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 161 (63.28% from 255 or 25.80% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EDA1 is #1D125E. Grayscale: #E1E1E1. Windows color (decimal): -1905247 or 10612194. OLE color: 10612194.

HSL color Cylindrical-coordinate representation of color #E2EDA1: hue angle of 68.68º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2EDA1 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB226237161-
CMYK0.0500.320.07
HSL68.68º67.86%78.04%-
HSV(B)68.68º32.07%92.94%-
XYZ68.0879.3145.44-
YUV225.0591.86128.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.22%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 161 (63.28% from 255) = 25.80%
R=36.22%
G=37.98%
B=25.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262371610.0500.320.0768.6867.8678.04
HexE2EDA15020745444e
Octal34235524150407105104116
Binary1110001011101101101000011010100000111100010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EDA1; }

 p { color: rgb(226,237,161); }

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

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

 a { background-color: rgb(226,237,161); }

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

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

 span { border-color: rgb(226,237,161); }

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