#E9FAA9

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

Shades of Australian Mint #E9FAA9

Tints of Australian Mint #E9FAA9

Color information

#E9FAA9 (or 0xE9FAA9) is unknown color: approx Australian Mint. HEX triplet: E9, FA and A9. RGB value is (233,250,169). Sum of RGB (Red+Green+Blue) = 233+250+169=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 169 (66.41% from 255 or 25.92% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FAA9 is #160556. Grayscale: #EBEBEB. Windows color (decimal): -1443159 or 11139817. OLE color: 11139817.

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

Color convert

RGB233250169-
CMYK0.0700.320.02
HSL72.59º89.01%82.16%-
HSV(B)72.59º32.4%98.04%-
XYZ74.9588.5650.68-
YUV235.6890.37126.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.74%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 169 (66.41% from 255) = 25.92%
R=35.74%
G=38.34%
B=25.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332501690.0700.320.0272.5989.0182.16
HexE9FAA970202495952
Octal35137225170402111131122
Binary111010011111101010101001111010000010100100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FAA9; }

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

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

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

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

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

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

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

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