#E8F8AE

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

Shades of Australian Mint #E8F8AE

Tints of Australian Mint #E8F8AE

Color information

#E8F8AE (or 0xE8F8AE) is unknown color: approx Australian Mint. HEX triplet: E8, F8 and AE. RGB value is (232,248,174). Sum of RGB (Red+Green+Blue) = 232+248+174=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 248 - color contains mainly: green. Hex color #E8F8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F8AE is #170751. Grayscale: #EBEBEB. Windows color (decimal): -1509202 or 11466984. OLE color: 11466984.

HSL color Cylindrical-coordinate representation of color #E8F8AE: hue angle of 72.97º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8F8AE is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB232248174-
CMYK0.0600.300.03
HSL72.97º84.09%82.75%-
HSV(B)72.97º29.84%97.25%-
XYZ74.4987.3552.98-
YUV234.7893.7126.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.47%
GREEN value IS 248 (97.27% from 255) = 37.92%
BLUE value IS 174 (68.36% from 255) = 26.61%
R=35.47%
G=37.92%
B=26.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2322481740.0600.300.0372.9784.0982.75
HexE8F8AE601E3495453
Octal35037025660363111124123
Binary11101000111110001010111011001111011100100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F8AE; }

 p { color: rgb(232,248,174); }

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

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

 a { background-color: rgb(232,248,174); }

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

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

 span { border-color: rgb(232,248,174); }

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