#ECF5AD

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

Shades of Australian Mint #ECF5AD

Tints of Australian Mint #ECF5AD

Color information

#ECF5AD (or 0xECF5AD) is unknown color: approx Australian Mint. HEX triplet: EC, F5 and AD. RGB value is (236,245,173). Sum of RGB (Red+Green+Blue) = 236+245+173=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 173 (67.97% from 255 or 26.45% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF5AD is #130A52. Grayscale: #EAEAEA. Windows color (decimal): -1247827 or 11400684. OLE color: 11400684.

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

Color convert

RGB236245173-
CMYK0.0400.290.04
HSL67.5º78.26%81.96%-
HSV(B)67.5º29.39%96.08%-
XYZ74.7986.1552.22-
YUV234.193.52129.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 245 (96.09% from 255) = 37.46%
BLUE value IS 173 (67.97% from 255) = 26.45%
R=36.09%
G=37.46%
B=26.45%

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
Decimal2362451730.0400.290.0467.578.2681.96
HexECF5AD401D4444e52
Octal35436525540354104116122
Binary111011001111010110101101100011101100100010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF5AD; }

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

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

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

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

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

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

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

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