#ECF5AE

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

Shades of Australian Mint #ECF5AE

Tints of Australian Mint #ECF5AE

Color information

#ECF5AE (or 0xECF5AE) is unknown color: approx Australian Mint. HEX triplet: EC, F5 and AE. RGB value is (236,245,174). Sum of RGB (Red+Green+Blue) = 236+245+174=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 174 (68.36% from 255 or 26.56% from 655); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF5AE is #130A51. Grayscale: #EAEAEA. Windows color (decimal): -1247826 or 11466220. OLE color: 11466220.

HSL color Cylindrical-coordinate representation of color #ECF5AE: hue angle of 67.61º 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 #ECF5AE is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB236245174-
CMYK0.0400.290.04
HSL67.61º78.02%82.16%-
HSV(B)67.61º28.98%96.08%-
XYZ74.8886.1952.73-
YUV234.2294.02129.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 245 (96.09% from 255) = 37.40%
BLUE value IS 174 (68.36% from 255) = 26.56%
R=36.03%
G=37.40%
B=26.56%

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
Decimal2362451740.0400.290.0467.6178.0282.16
HexECF5AE401D4444e52
Octal35436525640354104116122
Binary111011001111010110101110100011101100100010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF5AE; }

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

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

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

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

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

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

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

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