#ECF6AD

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

Shades of Australian Mint #ECF6AD

Tints of Australian Mint #ECF6AD

Color information

#ECF6AD (or 0xECF6AD) is unknown color: approx Australian Mint. HEX triplet: EC, F6 and AD. RGB value is (236,246,173). Sum of RGB (Red+Green+Blue) = 236+246+173=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 173 (67.97% from 255 or 26.41% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF6AD is #130952. Grayscale: #EAEAEA. Windows color (decimal): -1247571 or 11400940. OLE color: 11400940.

HSL color Cylindrical-coordinate representation of color #ECF6AD: hue angle of 68.22º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECF6AD is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB236246173-
CMYK0.0400.300.04
HSL68.22º80.22%82.16%-
HSV(B)68.22º29.67%96.47%-
XYZ75.0986.7652.32-
YUV234.6993.19128.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 246 (96.48% from 255) = 37.56%
BLUE value IS 173 (67.97% from 255) = 26.41%
R=36.03%
G=37.56%
B=26.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362461730.0400.300.0468.2280.2282.16
HexECF6AD401E4445052
Octal35436625540364104120122
Binary111011001111011010101101100011110100100010010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF6AD; }

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

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

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

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

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

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

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

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