#EAF1AE

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

Shades of Australian Mint #EAF1AE

Tints of Australian Mint #EAF1AE

Color information

#EAF1AE (or 0xEAF1AE) is unknown color: approx Australian Mint. HEX triplet: EA, F1 and AE. RGB value is (234,241,174). Sum of RGB (Red+Green+Blue) = 234+241+174=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 174 (68.36% from 255 or 26.81% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF1AE is #150E51. Grayscale: #E7E7E7. Windows color (decimal): -1379922 or 11465194. OLE color: 11465194.

HSL color Cylindrical-coordinate representation of color #EAF1AE: hue angle of 66.27º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAF1AE is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB234241174-
CMYK0.0300.280.05
HSL66.27º70.53%81.37%-
HSV(B)66.27º27.8%94.51%-
XYZ73.0383.4652.3-
YUV231.2795.68129.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 174 (68.36% from 255) = 26.81%
R=36.06%
G=37.13%
B=26.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411740.0300.280.0566.2770.5381.37
HexEAF1AE301C5424751
Octal35236125630345102107121
Binary11101010111100011010111011011100101100001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1AE; }

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

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

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

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

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

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

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

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