#E4EFA8

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

Shades of Australian Mint #E4EFA8

Tints of Australian Mint #E4EFA8

Color information

#E4EFA8 (or 0xE4EFA8) is unknown color: approx Australian Mint. HEX triplet: E4, EF and A8. RGB value is (228,239,168). Sum of RGB (Red+Green+Blue) = 228+239+168=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 168 (66.02% from 255 or 26.46% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #E4EFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4EFA8 is #1B1057. Grayscale: #E3E3E3. Windows color (decimal): -1773656 or 11071460. OLE color: 11071460.

HSL color Cylindrical-coordinate representation of color #E4EFA8: hue angle of 69.3º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E4EFA8 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB228239168-
CMYK0.0500.300.06
HSL69.3º68.93%79.8%-
HSV(B)69.3º29.71%93.73%-
XYZ69.9381.0549.01-
YUV227.6294.36128.27-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.91%
GREEN value IS 239 (93.75% from 255) = 37.64%
BLUE value IS 168 (66.02% from 255) = 26.46%
R=35.91%
G=37.64%
B=26.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2282391680.0500.300.0669.368.9379.8
HexE4EFA8501E6454550
Octal34435725050366105105120
Binary111001001110111110101000101011110110100010110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EFA8; }

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

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

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

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

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

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

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

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