#E7EFA0

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

Shades of Australian Mint #E7EFA0

Tints of Australian Mint #E7EFA0

Color information

#E7EFA0 (or 0xE7EFA0) is unknown color: approx Australian Mint. HEX triplet: E7, EF and A0. RGB value is (231,239,160). Sum of RGB (Red+Green+Blue) = 231+239+160=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 160 (62.89% from 255 or 25.40% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #E7EFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7EFA0 is #18105F. Grayscale: #E3E3E3. Windows color (decimal): -1577056 or 10547175. OLE color: 10547175.

HSL color Cylindrical-coordinate representation of color #E7EFA0: hue angle of 66.08º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7EFA0 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB231239160-
CMYK0.0300.330.06
HSL66.08º71.17%78.24%-
HSV(B)66.08º33.05%93.73%-
XYZ70.1781.2645.24-
YUV227.689.85130.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.67%
GREEN value IS 239 (93.75% from 255) = 37.94%
BLUE value IS 160 (62.89% from 255) = 25.40%
R=36.67%
G=37.94%
B=25.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312391600.0300.330.0666.0871.1778.24
HexE7EFA03021642474e
Octal34735724030416102107116
Binary111001111110111110100000110100001110100001010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EFA0; }

 p { color: rgb(231,239,160); }

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

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

 a { background-color: rgb(231,239,160); }

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

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

 span { border-color: rgb(231,239,160); }

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