#E8F1AE

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

Shades of Australian Mint #E8F1AE

Tints of Australian Mint #E8F1AE

Color information

#E8F1AE (or 0xE8F1AE) is unknown color: approx Australian Mint. HEX triplet: E8, F1 and AE. RGB value is (232,241,174). Sum of RGB (Red+Green+Blue) = 232+241+174=647 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.86% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F1AE is #170E51. Grayscale: #E6E6E6. Windows color (decimal): -1510994 or 11465192. OLE color: 11465192.

HSL color Cylindrical-coordinate representation of color #E8F1AE: hue angle of 68.06º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8F1AE is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB232241174-
CMYK0.0400.280.05
HSL68.06º70.53%81.37%-
HSV(B)68.06º27.8%94.51%-
XYZ72.3783.1252.27-
YUV230.6796.02128.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.86%
GREEN value IS 241 (94.53% from 255) = 37.25%
BLUE value IS 174 (68.36% from 255) = 26.89%
R=35.86%
G=37.25%
B=26.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322411740.0400.280.0568.0670.5381.37
HexE8F1AE401C5444751
Octal35036125640345104107121
Binary111010001111000110101110100011100101100010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F1AE; }

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

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

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

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

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

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

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

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