#E7EFAA

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

Shades of Australian Mint #E7EFAA

Tints of Australian Mint #E7EFAA

Color information

#E7EFAA (or 0xE7EFAA) is unknown color: approx Australian Mint. HEX triplet: E7, EF and AA. RGB value is (231,239,170). Sum of RGB (Red+Green+Blue) = 231+239+170=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #E7EFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7EFAA is #181055. Grayscale: #E5E5E5. Windows color (decimal): -1577046 or 11202535. OLE color: 11202535.

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

Color convert

RGB231239170-
CMYK0.0300.290.06
HSL66.96º68.32%80.2%-
HSV(B)66.96º28.87%93.73%-
XYZ71.0881.6250.04-
YUV228.7494.85129.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 239 (93.75% from 255) = 37.34%
BLUE value IS 170 (66.80% from 255) = 26.56%
R=36.09%
G=37.34%
B=26.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312391700.0300.290.0666.9668.3280.2
HexE7EFAA301D6434450
Octal34735725230356103104120
Binary11100111111011111010101011011101110100001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EFAA; }

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

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

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

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

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

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

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

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