#E8FAAD

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

Shades of Australian Mint #E8FAAD

Tints of Australian Mint #E8FAAD

Color information

#E8FAAD (or 0xE8FAAD) is unknown color: approx Australian Mint. HEX triplet: E8, FA and AD. RGB value is (232,250,173). Sum of RGB (Red+Green+Blue) = 232+250+173=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 173 (67.97% from 255 or 26.41% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FAAD is #170552. Grayscale: #ECECEC. Windows color (decimal): -1508691 or 11401960. OLE color: 11401960.

HSL color Cylindrical-coordinate representation of color #E8FAAD: hue angle of 74.03º 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 #E8FAAD is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB232250173-
CMYK0.0700.310.02
HSL74.03º88.51%82.94%-
HSV(B)74.03º30.8%98.04%-
XYZ75.0188.5452.67-
YUV235.8492.54125.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.42%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 173 (67.97% from 255) = 26.41%
R=35.42%
G=38.17%
B=26.41%

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
Decimal2322501730.0700.310.0274.0388.5182.94
HexE8FAAD701F24a5953
Octal35037225570372112131123
Binary11101000111110101010110111101111110100101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FAAD; }

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

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

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

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

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

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

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

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