#E4EFA0

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

Shades of Australian Mint #E4EFA0

Tints of Australian Mint #E4EFA0

Color information

#E4EFA0 (or 0xE4EFA0) is unknown color: approx Australian Mint. HEX triplet: E4, EF and A0. RGB value is (228,239,160). Sum of RGB (Red+Green+Blue) = 228+239+160=627 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.36% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #E4EFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4EFA0 is #1B105F. Grayscale: #E3E3E3. Windows color (decimal): -1773664 or 10547172. OLE color: 10547172.

HSL color Cylindrical-coordinate representation of color #E4EFA0: hue angle of 68.35º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E4EFA0 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB228239160-
CMYK0.0500.330.06
HSL68.35º71.17%78.24%-
HSV(B)68.35º33.05%93.73%-
XYZ69.2180.7745.2-
YUV226.790.36128.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.36%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 160 (62.89% from 255) = 25.52%
R=36.36%
G=38.12%
B=25.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2282391600.0500.330.0668.3571.1778.24
HexE4EFA05021644474e
Octal34435724050416104107116
Binary1110010011101111101000001010100001110100010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EFA0; }

 p { color: rgb(228,239,160); }

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

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

 a { background-color: rgb(228,239,160); }

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

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

 span { border-color: rgb(228,239,160); }

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