#ECF4AE

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

Shades of Australian Mint #ECF4AE

Tints of Australian Mint #ECF4AE

Color information

#ECF4AE (or 0xECF4AE) is unknown color: approx Australian Mint. HEX triplet: EC, F4 and AE. RGB value is (236,244,174). Sum of RGB (Red+Green+Blue) = 236+244+174=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF4AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF4AE is #130B51. Grayscale: #E9E9E9. Windows color (decimal): -1248082 or 11465964. OLE color: 11465964.

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

Color convert

RGB236244174-
CMYK0.0300.290.04
HSL66.86º76.09%81.96%-
HSV(B)66.86º28.69%95.69%-
XYZ74.5885.5952.63-
YUV233.6394.35129.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 244 (95.70% from 255) = 37.31%
BLUE value IS 174 (68.36% from 255) = 26.61%
R=36.09%
G=37.31%
B=26.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362441740.0300.290.0466.8676.0981.96
HexECF4AE301D4434c52
Octal35436425630354103114122
Binary11101100111101001010111011011101100100001110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF4AE; }

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

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

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

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

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

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

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

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