#E9FAA6

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

Shades of Australian Mint #E9FAA6

Tints of Australian Mint #E9FAA6

Color information

#E9FAA6 (or 0xE9FAA6) is unknown color: approx Australian Mint. HEX triplet: E9, FA and A6. RGB value is (233,250,166). Sum of RGB (Red+Green+Blue) = 233+250+166=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 166 (65.23% from 255 or 25.58% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FAA6 is #160559. Grayscale: #EBEBEB. Windows color (decimal): -1443162 or 10943209. OLE color: 10943209.

HSL color Cylindrical-coordinate representation of color #E9FAA6: hue angle of 72.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9FAA6 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB233250166-
CMYK0.0700.340.02
HSL72.14º89.36%81.57%-
HSV(B)72.14º33.6%98.04%-
XYZ74.6788.4549.21-
YUV235.3488.87126.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.90%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 166 (65.23% from 255) = 25.58%
R=35.90%
G=38.52%
B=25.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332501660.0700.340.0272.1489.3681.57
HexE9FAA670222485952
Octal35137224670422110131122
Binary111010011111101010100110111010001010100100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FAA6; }

 p { color: rgb(233,250,166); }

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

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

 a { background-color: rgb(233,250,166); }

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

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

 span { border-color: rgb(233,250,166); }

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