#E1FAAE

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

Shades of Australian Mint #E1FAAE

Tints of Australian Mint #E1FAAE

Color information

#E1FAAE (or 0xE1FAAE) is unknown color: approx Australian Mint. HEX triplet: E1, FA and AE. RGB value is (225,250,174). Sum of RGB (Red+Green+Blue) = 225+250+174=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 174 (68.36% from 255 or 26.81% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FAAE is #1E0551. Grayscale: #EAEAEA. Windows color (decimal): -1967442 or 11467489. OLE color: 11467489.

HSL color Cylindrical-coordinate representation of color #E1FAAE: hue angle of 79.74º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1FAAE is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB225250174-
CMYK0.1000.300.02
HSL79.74º88.37%83.14%-
HSV(B)79.74º30.4%98.04%-
XYZ72.8887.4353.08-
YUV233.8694.22121.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.67%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 174 (68.36% from 255) = 26.81%
R=34.67%
G=38.52%
B=26.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252501740.1000.300.0279.7488.3783.14
HexE1FAAEA01E2505853
Octal341372256120362120130123
Binary111000011111101010101110101001111010101000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAAE; }

 p { color: rgb(225,250,174); }

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

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

 a { background-color: rgb(225,250,174); }

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

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

 span { border-color: rgb(225,250,174); }

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