#E9FAAD

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

Shades of Australian Mint #E9FAAD

Tints of Australian Mint #E9FAAD

Color information

#E9FAAD (or 0xE9FAAD) is unknown color: approx Australian Mint. HEX triplet: E9, FA and AD. RGB value is (233,250,173). Sum of RGB (Red+Green+Blue) = 233+250+173=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 173 (67.97% from 255 or 26.37% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9FAAD is #160552. Grayscale: #ECECEC. Windows color (decimal): -1443155 or 11401961. OLE color: 11401961.

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

Color convert

RGB233250173-
CMYK0.0700.310.02
HSL73.25º88.51%82.94%-
HSV(B)73.25º30.8%98.04%-
XYZ75.3388.7152.69-
YUV236.1492.37125.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.52%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 173 (67.97% from 255) = 26.37%
R=35.52%
G=38.11%
B=26.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332501730.0700.310.0273.2588.5182.94
HexE9FAAD701F2495953
Octal35137225570372111131123
Binary11101001111110101010110111101111110100100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FAAD; }

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

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

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

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

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

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

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

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