#E8FAAE

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

Shades of Australian Mint #E8FAAE

Tints of Australian Mint #E8FAAE

Color information

#E8FAAE (or 0xE8FAAE) is unknown color: approx Australian Mint. HEX triplet: E8, FA and AE. RGB value is (232,250,174). Sum of RGB (Red+Green+Blue) = 232+250+174=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 174 (68.36% from 255 or 26.52% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FAAE is #170551. Grayscale: #ECECEC. Windows color (decimal): -1508690 or 11467496. OLE color: 11467496.

HSL color Cylindrical-coordinate representation of color #E8FAAE: hue angle of 74.21º 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 #E8FAAE is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB232250174-
CMYK0.0700.300.02
HSL74.21º88.37%83.14%-
HSV(B)74.21º30.4%98.04%-
XYZ75.188.5853.18-
YUV235.9593.04125.18-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.37%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 174 (68.36% from 255) = 26.52%
R=35.37%
G=38.11%
B=26.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322501740.0700.300.0274.2188.3783.14
HexE8FAAE701E24a5853
Octal35037225670362112130123
Binary11101000111110101010111011101111010100101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FAAE; }

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

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

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

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

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

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

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

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