#E7F6AE

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

Shades of Australian Mint #E7F6AE

Tints of Australian Mint #E7F6AE

Color information

#E7F6AE (or 0xE7F6AE) is unknown color: approx Australian Mint. HEX triplet: E7, F6 and AE. RGB value is (231,246,174). Sum of RGB (Red+Green+Blue) = 231+246+174=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 246 - color contains mainly: green. Hex color #E7F6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7F6AE is #180951. Grayscale: #E9E9E9. Windows color (decimal): -1575250 or 11466471. OLE color: 11466471.

HSL color Cylindrical-coordinate representation of color #E7F6AE: hue angle of 72.5º degrees, saturation: 0.8, 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 #E7F6AE is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB231246174-
CMYK0.0600.290.04
HSL72.5º80%82.35%-
HSV(B)72.5º29.27%96.47%-
XYZ73.5585.9652.76-
YUV233.3194.53126.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.48%
GREEN value IS 246 (96.48% from 255) = 37.79%
BLUE value IS 174 (68.36% from 255) = 26.73%
R=35.48%
G=37.79%
B=26.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2312461740.0600.290.0472.58082.35
HexE7F6AE601D4485052
Octal34736625660354110120122
Binary111001111111011010101110110011101100100100010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F6AE; }

 p { color: rgb(231,246,174); }

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

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

 a { background-color: rgb(231,246,174); }

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

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

 span { border-color: rgb(231,246,174); }

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