#E8F4AE

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

Shades of Australian Mint #E8F4AE

Tints of Australian Mint #E8F4AE

Color information

#E8F4AE (or 0xE8F4AE) is unknown color: approx Australian Mint. HEX triplet: E8, F4 and AE. RGB value is (232,244,174). Sum of RGB (Red+Green+Blue) = 232+244+174=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #E8F4AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F4AE is #170B51. Grayscale: #E8E8E8. Windows color (decimal): -1510226 or 11465960. OLE color: 11465960.

HSL color Cylindrical-coordinate representation of color #E8F4AE: hue angle of 70.29º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8F4AE is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB232244174-
CMYK0.0500.290.04
HSL70.29º76.09%81.96%-
HSV(B)70.29º28.69%95.69%-
XYZ73.2784.9152.57-
YUV232.4395.02127.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.69%
GREEN value IS 244 (95.70% from 255) = 37.54%
BLUE value IS 174 (68.36% from 255) = 26.77%
R=35.69%
G=37.54%
B=26.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2322441740.0500.290.0470.2976.0981.96
HexE8F4AE501D4464c52
Octal35036425650354106114122
Binary111010001111010010101110101011101100100011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F4AE; }

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

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

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

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

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

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

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

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