#ECF1AB

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

Shades of Australian Mint #ECF1AB

Tints of Australian Mint #ECF1AB

Color information

#ECF1AB (or 0xECF1AB) is unknown color: approx Australian Mint. HEX triplet: EC, F1 and AB. RGB value is (236,241,171). Sum of RGB (Red+Green+Blue) = 236+241+171=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 171 (67.19% from 255 or 26.39% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF1AB is #130E54. Grayscale: #E7E7E7. Windows color (decimal): -1248853 or 11268588. OLE color: 11268588.

HSL color Cylindrical-coordinate representation of color #ECF1AB: hue angle of 64.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECF1AB is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB236241171-
CMYK0.0200.290.05
HSL64.29º71.43%80.78%-
HSV(B)64.29º29.05%94.51%-
XYZ73.483.6850.81-
YUV231.5293.84131.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 241 (94.53% from 255) = 37.19%
BLUE value IS 171 (67.19% from 255) = 26.39%
R=36.42%
G=37.19%
B=26.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362411710.0200.290.0564.2971.4380.78
HexECF1AB201D5404751
Octal35436125320355100107121
Binary11101100111100011010101110011101101100000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1AB; }

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

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

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

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

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

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

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

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