#ECF1AE

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

Shades of Australian Mint #ECF1AE

Tints of Australian Mint #ECF1AE

Color information

#ECF1AE (or 0xECF1AE) is unknown color: approx Australian Mint. HEX triplet: EC, F1 and AE. RGB value is (236,241,174). Sum of RGB (Red+Green+Blue) = 236+241+174=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF1AE is #130E51. Grayscale: #E8E8E8. Windows color (decimal): -1248850 or 11465196. OLE color: 11465196.

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

Color convert

RGB236241174-
CMYK0.0200.280.05
HSL64.48º70.53%81.37%-
HSV(B)64.48º27.8%94.51%-
XYZ73.6983.852.34-
YUV231.8795.34130.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 241 (94.53% from 255) = 37.02%
BLUE value IS 174 (68.36% from 255) = 26.73%
R=36.25%
G=37.02%
B=26.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362411740.0200.280.0564.4870.5381.37
HexECF1AE201C5404751
Octal35436125620345100107121
Binary11101100111100011010111010011100101100000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1AE; }

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

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

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

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

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

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

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

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