#E8FAA1

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

Shades of Australian Mint #E8FAA1

Tints of Australian Mint #E8FAA1

Color information

#E8FAA1 (or 0xE8FAA1) is unknown color: approx Australian Mint. HEX triplet: E8, FA and A1. RGB value is (232,250,161). Sum of RGB (Red+Green+Blue) = 232+250+161=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 161 (63.28% from 255 or 25.04% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FAA1 is #17055E. Grayscale: #EAEAEA. Windows color (decimal): -1508703 or 10615528. OLE color: 10615528.

HSL color Cylindrical-coordinate representation of color #E8FAA1: hue angle of 72.13º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8FAA1 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB232250161-
CMYK0.0700.360.02
HSL72.13º89.9%80.59%-
HSV(B)72.13º35.6%98.04%-
XYZ73.988.146.83-
YUV234.4786.54126.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.08%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 161 (63.28% from 255) = 25.04%
R=36.08%
G=38.88%
B=25.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322501610.0700.360.0272.1389.980.59
HexE8FAA170242485a51
Octal35037224170442110132121
Binary111010001111101010100001111010010010100100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FAA1; }

 p { color: rgb(232,250,161); }

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

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

 a { background-color: rgb(232,250,161); }

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

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

 span { border-color: rgb(232,250,161); }

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