#EAF5AE

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

Shades of Australian Mint #EAF5AE

Tints of Australian Mint #EAF5AE

Color information

#EAF5AE (or 0xEAF5AE) is unknown color: approx Australian Mint. HEX triplet: EA, F5 and AE. RGB value is (234,245,174). Sum of RGB (Red+Green+Blue) = 234+245+174=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 174 (68.36% from 255 or 26.65% from 653); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF5AE is #150A51. Grayscale: #E9E9E9. Windows color (decimal): -1378898 or 11466218. OLE color: 11466218.

HSL color Cylindrical-coordinate representation of color #EAF5AE: hue angle of 69.3º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAF5AE is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB234245174-
CMYK0.0400.290.04
HSL69.3º78.02%82.16%-
HSV(B)69.3º28.98%96.08%-
XYZ74.2285.8552.7-
YUV233.6294.36128.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 245 (96.09% from 255) = 37.52%
BLUE value IS 174 (68.36% from 255) = 26.65%
R=35.83%
G=37.52%
B=26.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342451740.0400.290.0469.378.0282.16
HexEAF5AE401D4454e52
Octal35236525640354105116122
Binary111010101111010110101110100011101100100010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5AE; }

 p { color: rgb(234,245,174); }

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

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

 a { background-color: rgb(234,245,174); }

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

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

 span { border-color: rgb(234,245,174); }

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